Skip to content

Commit

Permalink
Use macos-12 instead of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed May 20, 2024
1 parent 752e4d2 commit 7b3dfcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
pyside_ver: ${{ needs.build_src.outputs.rel0 }}
wheel: cp310-manylinux_x86_64
arch: x86_64
- os: macos-latest
- os: macos-12
pyside_ver: ${{ needs.build_src.outputs.rel0 }}
wheel: cp310-macosx_x86_64
arch: x86_64
- os: macos-latest
- os: macos-12
pyside_ver: ${{ needs.build_src.outputs.rel0 }}
wheel: cp310-macosx_arm64
arch: arm64
Expand Down

0 comments on commit 7b3dfcc

Please sign in to comment.