Skip to content

Commit

Permalink
Merge pull request #99 from alessandrofama/update-macos-runner
Browse files Browse the repository at this point in the history
Update macOS runner to macos-13
  • Loading branch information
alessandrofama authored Jun 30, 2024
2 parents cd2c567 + 91e33a1 commit 44a3e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
artifact-name: windows

- name: macOS
os: "macos-11"
os: "macos-13"
sdk-platform: mac
scons-platform: macos
artifact-name: macos
Expand All @@ -45,7 +45,7 @@ jobs:
artifact-name: linux

- name: iOS
os: "macos-11"
os: "macos-13"
sdk-platform: ios
scons-platform: ios
debug-flags: arch=arm64 ios_min_version=11.0
Expand Down

0 comments on commit 44a3e50

Please sign in to comment.