Skip to content

Commit 3f5e530

Browse files
committed
Add arm64 CI and update to macOS 14 build bot.
1 parent c13009c commit 3f5e530

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
matrix:
1111
config:
1212
- { os: ubuntu-22.04, platform: x64, cxx: g++-11, cc: gcc-11 }
13-
- { os: macos-12, platform: x64, cxx: clang++, cc: clang }
13+
- { os: macos-14, 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

0 commit comments

Comments
 (0)