diff options
| author | TomBen <[email protected]> | 2024-06-23 16:13:40 +0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-06-23 09:56:09 -0700 |
| commit | 07602dedaeda8cc0fb5a0cb2cc0f91c8f69db1a7 (patch) | |
| tree | 1e0d2b6eca15ac0a18b3dac9a69b7235c352a031 /.github/workflows/ci.yml | |
| parent | b07c05a1e55721a8a09ac372d79547ade752a882 (diff) | |
Update macOS version in GitHub workflows to `macos-12`
Diffstat (limited to '.github/workflows/ci.yml')
| -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 f19c26651..36b19895f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: # We no longer run the macos tests, to make CI faster. # macos: -# runs-on: macos-11 +# runs-on: macos-12 # strategy: # fail-fast: true # matrix: |
