We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b12447 + 86240f4 commit 5ede034Copy full SHA for 5ede034
1 file changed
.github/workflows/build.yml
@@ -24,12 +24,12 @@ jobs:
24
strategy:
25
matrix:
26
include:
27
- - os: ubuntu-20.04
+ - os: ubuntu-latest
28
name: Linux
29
release-suffix: LIN64
30
can-fail: false
31
32
33
name: Emscripten
34
release-suffix: WEB
35
cmake-prefix: emcmake
@@ -64,7 +64,7 @@ jobs:
64
- name: Setup Emscripten cache
65
if: matrix.name == 'Emscripten'
66
id: cache-system-libraries
67
- uses: actions/cache@v2
+ uses: actions/cache@v4
68
with:
69
path: ${{env.EM_CACHE_FOLDER}}
70
key: ${{env.EM_VERSION}}-${{runner.os}}
0 commit comments