From 1a20c8c49c6c8dc1e8fa35e72c2a2c97ef6d06d7 Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Wed, 7 Feb 2024 17:46:36 +0100 Subject: [PATCH] Fix typo in GSL installation for arm64-osx --- .github/workflows/test_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_latest.yml b/.github/workflows/test_latest.yml index 257709023..11ac1c7c4 100644 --- a/.github/workflows/test_latest.yml +++ b/.github/workflows/test_latest.yml @@ -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 }}"]