Skip to content

Commit 5ede034

Browse files
Merge pull request #11 from ThePythonator/fix/update-github-actions
Fix: Update GitHub actions
2 parents 8b12447 + 86240f4 commit 5ede034

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: ubuntu-20.04
27+
- os: ubuntu-latest
2828
name: Linux
2929
release-suffix: LIN64
3030
can-fail: false
3131

32-
- os: ubuntu-20.04
32+
- os: ubuntu-latest
3333
name: Emscripten
3434
release-suffix: WEB
3535
cmake-prefix: emcmake
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Emscripten cache
6565
if: matrix.name == 'Emscripten'
6666
id: cache-system-libraries
67-
uses: actions/cache@v2
67+
uses: actions/cache@v4
6868
with:
6969
path: ${{env.EM_CACHE_FOLDER}}
7070
key: ${{env.EM_VERSION}}-${{runner.os}}

0 commit comments

Comments
 (0)