diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bfae2dcff0..3c817fa440 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,10 +14,10 @@ jobs: strategy: matrix: os: - - macos-14 + - macos-13 - ubuntu-latest include: - - os: macos-14 + - os: macos-13 target: x86_64-apple-darwin - os: ubuntu-latest target: x86_64-unknown-linux-musl