Skip to content

Commit 81afe07

Browse files
committed
chore: Updated Ubuntu image (18.04 is obsolete now)
1 parent c00b810 commit 81afe07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unity.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385

386386
linux_legacy:
387387

388-
runs-on: ubuntu-18.04
388+
runs-on: ubuntu-20.04
389389

390390
steps:
391391
- uses: actions/checkout@v3
@@ -396,7 +396,6 @@ jobs:
396396
path: ${{env.EM_1_CACHE_FOLDER}}
397397
key: ${{env.EM_1_VERSION}}-${{ runner.os }}
398398

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

0 commit comments

Comments
 (0)