Skip to content

Commit

Permalink
Update macOS version to 13 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 17, 2024
1 parent ca16411 commit 2a95bf3
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
include:
- {os: macos-latest, arch: x86_64, build: "*"}
- {os: macos-13, arch: x86_64, build: "*"}
- {os: macos-14, arch: arm64, build: "*"}
- {os: ubuntu-latest, arch: x86_64, build: "*"}
- {os: ubuntu-latest, arch: aarch64, build: "*9-manylinux*"}
Expand Down

0 comments on commit 2a95bf3

Please sign in to comment.