From 1188e0430bcd27e0e12eab1ecd25df47a5f4bc34 Mon Sep 17 00:00:00 2001 From: ThePythonator <49040244+ThePythonator@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:27:37 +0100 Subject: [PATCH 1/2] fix: Updated cache action version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9d3cf0..436e7ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: - name: Setup Emscripten cache if: matrix.name == 'Emscripten' id: cache-system-libraries - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{env.EM_CACHE_FOLDER}} key: ${{env.EM_VERSION}}-${{runner.os}} From 86240f453004c677ca3b4ad619450e909fe393a5 Mon Sep 17 00:00:00 2001 From: ThePythonator <49040244+ThePythonator@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:30:34 +0100 Subject: [PATCH 2/2] fix: Update Ubuntu runner version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 436e7ec..3855742 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,12 +24,12 @@ jobs: strategy: matrix: include: - - os: ubuntu-20.04 + - os: ubuntu-latest name: Linux release-suffix: LIN64 can-fail: false - - os: ubuntu-20.04 + - os: ubuntu-latest name: Emscripten release-suffix: WEB cmake-prefix: emcmake