diff options
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ccb41..66d2aa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - os: macos-latest target: aarch64-apple-darwin use-cross: false - - os: macos-12 # Should be Intel macOS, macos-latest is arm since ~2024-04 + - os: macos-13 # Should be Intel macOS, macos-latest is arm since ~2024-04 target: x86_64-apple-darwin use-cross: false - os: windows-latest |
