diff --git a/.github/workflows/test_latest.yml b/.github/workflows/test_latest.yml index c034fe398..287ce01d0 100644 --- a/.github/workflows/test_latest.yml +++ b/.github/workflows/test_latest.yml @@ -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 }}"] diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 945e635cd..77d876cfa 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -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 }}"]