Skip to content

Commit

Permalink
chore: Updated Ubuntu image (18.04 is obsolete now)
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder committed Apr 1, 2023
1 parent c00b810 commit 81afe07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:

linux_legacy:

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand All @@ -396,7 +396,6 @@ jobs:
path: ${{env.EM_1_CACHE_FOLDER}}
key: ${{env.EM_1_VERSION}}-${{ runner.os }}

# CMake that comes with Ubuntu 18.04 is too old, so install a recent version here
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest

Expand Down

0 comments on commit 81afe07

Please sign in to comment.