Skip to content

Commit

Permalink
Switch to hardcoded macos 13
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Jun 1, 2024
1 parent 3cc8bc2 commit 3387437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
runs-on: 'macos-latest-large'
runs-on: 'macos-13'
steps:
# Check out project
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
runs-on: 'macos-latest-large'
runs-on: 'macos-13'
steps:
# Check out project
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3387437

Please sign in to comment.