Skip to content

Commit

Permalink
use macos-13 for x86_64 darwin arch
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 24, 2024
1 parent 00c624a commit 1da6e6d
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 @@ -7,7 +7,7 @@ jobs:
matrix:
config:
- {platform: windows-latest, os: windows, arch: amd64, path: windows-x86_64}
- {platform: macos-14, os: darwin, arch: amd64, path: darwin-x86_64}
- {platform: macos-13, os: darwin, arch: amd64, path: darwin-x86_64}
- {platform: macos-latest, os: darwin, arch: arm64, path: darwin-arm64}
- {platform: ubuntu-latest, os: linux, arch: amd64, path: linux-x86_64}
- {platform: raspbian-private, os: linux, arch: arm64, path: linux-arm64}
Expand Down

0 comments on commit 1da6e6d

Please sign in to comment.