Skip to content

Commit

Permalink
build: update macOS version for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSpaceiiii committed Dec 4, 2024
1 parent aaf7a88 commit 6885f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build_for_macosx:
needs: [create_release]
name: Build for MacOSX
runs-on: macos-12
runs-on: macos-13
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
steps:
Expand Down

0 comments on commit 6885f0b

Please sign in to comment.