Skip to content

Commit

Permalink
GitHub Actions: use macos-14 for Emscripten build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Apr 23, 2024
1 parent 6bc9af7 commit b8250ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
build:
strategy:
matrix:
os: ["windows-latest", "ubuntu-20.04", "macos-latest"]
os: ["windows-latest", "ubuntu-20.04", "macos-14"]
build_type: ["Debug", "Release"]

exclude:
# Exclude MacOS-Release
- os: "macos-latest"
- os: "macos-14"
build_type: "Release"

include:
Expand All @@ -21,7 +21,7 @@ jobs:
- os: "ubuntu-20.04"
host_name: "Linux"

- os: "macos-latest"
- os: "macos-14"
host_name: "MacOS"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b8250ab

Please sign in to comment.