Skip to content

Commit

Permalink
.github: use macos-13 to restore x86_64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lsr0 committed Jun 9, 2024
1 parent acb6fd9 commit 86b1905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
platforms:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
cross_arch_long: ['']
build_suffix: ['']
include:
- os: ubuntu-latest
cross_arch_long: aarch64-unknown-linux-gnu
cross_arch: aarch64
- os: macos-latest
- os: macos-13
cross_arch_long: aarch64-apple-darwin
cross_arch: aarch64
- os: ubuntu-latest
Expand Down

0 comments on commit 86b1905

Please sign in to comment.