Skip to content

Commit

Permalink
test.yml -> change macos-latest to macos-13 to use x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored May 4, 2024
1 parent 87181b4 commit ef59175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
"3.10",
#"3.11"
]
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ef59175

Please sign in to comment.