Skip to content

Commit

Permalink
Upgrade GitHub Actions build to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Nov 28, 2024
1 parent 400d959 commit 733a8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: tools/bootstrap/butler push --if-changed build/install "$ITCH_GAME:linux" --userversion="$(git rev-parse --short=10 HEAD)"
mac:
name: MacOS
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: make install/strip mode=release
Expand Down

0 comments on commit 733a8fb

Please sign in to comment.