File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 - { os: ubuntu-22.04, platform: arm64, cxx: g++-11, cc: gcc-11 }
1414 - { os: macos-11, platform: x64, cxx: clang++, cc: clang }
1515 - { os: macos-12, platform: x64, cxx: clang++, cc: clang }
16- - { os: macos-12 , platform: arm64, cxx: clang++, cc: clang }
16+ - { os: macos-14 , platform: arm64, cxx: clang++, cc: clang }
1717
1818 runs-on : ${{ matrix.config.os }}
1919
Original file line number Diff line number Diff line change 1111 config :
1212 - { os: ubuntu-22.04, platform: x64, cxx: g++-11, cc: gcc-11 }
1313 - { os: macos-12, platform: x64, cxx: clang++, cc: clang }
14+ - { os: macos-14, platform: arm64, cxx: clang++, cc: clang }
1415 - { os: windows-2022, platform: x64, vs: "Program Files/Microsoft Visual Studio/2022" }
1516
1617 runs-on : ${{ matrix.config.os }}
@@ -30,10 +31,10 @@ jobs:
3031 fetch-depth : ' 0'
3132
3233 - name : Setup emsdk
33- uses : mymindstorm/setup-emsdk@v11
34+ uses : mymindstorm/setup-emsdk@v14
3435 with :
3536 version : ${{ env.EMSCRIPTEN_VERSION }}
36- actions-cache-folder : emsdk-cache-${{ runner.os }}
37+ actions-cache-folder : emsdk-cache-${{ runner.os }}-${{ matrix.config.platform }}
3738
3839 - name : Setup cmake
3940 uses : jwlawson/actions-setup-cmake@v2
You can’t perform that action at this time.
0 commit comments