Skip to content

Commit

Permalink
Merge pull request #82 from feltech/work/ciMacOSNoARM
Browse files Browse the repository at this point in the history
[CI] Test with x86 MacOS GitHub runner
  • Loading branch information
feltech authored May 31, 2024
2 parents fc4a050 + 1fe9ba5 commit 6157598
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
os: ['windows-latest', 'ubuntu-latest', 'macos-13']
python: ['3.7', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6157598

Please sign in to comment.