Skip to content

Commit

Permalink
Move tests from macOS-12 to macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Nov 4, 2024
1 parent e280e7c commit 61467d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
matrix:
os: [{image: ubuntu-latest, triplet: x64-linux},
{image: windows-latest, triplet: x64-windows},
{image: macOS-12, triplet: x64-osx},
{image: macOS-14, triplet: arm64-osx}]
{image: macOS-13, triplet: x64-osx},
{image: macOS-latest, triplet: arm64-osx}]
standalone: [false, true]
float_dtype_32: [false, true]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macOS-12, macOS-14]
os: [ubuntu-22.04, windows-2022, macOS-13, macOS-14]
standalone: [false, true]
float_dtype_32: [false, true]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]
Expand Down

0 comments on commit 61467d4

Please sign in to comment.