Skip to content

Commit

Permalink
Fix typo in GSL installation for arm64-osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Feb 7, 2024
1 parent 7394858 commit 1a20c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: [{image: ubuntu-latest, triplet: x64-linux},
{image: windows-latest, triplet: x64-windows},
{image: macOS-12, triplet: x64-osx},
{image: macOS-14, truplet: arm64-osx}]
{image: macOS-14, triplet: arm64-osx}]
standalone: [false, true]
float_dtype_32: [false, true]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]
Expand Down

0 comments on commit 1a20c8c

Please sign in to comment.