Skip to content

Commit

Permalink
use macos-13 to test x86 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Apr 26, 2024
1 parent a600b73 commit 9e5d69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
os: [macos-latest, macOS-13, ubuntu-latest]
python-version: ['3.10', '3.11']

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

0 comments on commit 9e5d69a

Please sign in to comment.