aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTomBen <[email protected]>2024-06-23 16:13:40 +0800
committerJohn MacFarlane <[email protected]>2024-06-23 09:56:09 -0700
commit07602dedaeda8cc0fb5a0cb2cc0f91c8f69db1a7 (patch)
tree1e0d2b6eca15ac0a18b3dac9a69b7235c352a031 /.github
parentb07c05a1e55721a8a09ac372d79547ade752a882 (diff)
Update macOS version in GitHub workflows to `macos-12`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/nightly.yml2
-rw-r--r--.github/workflows/release-candidate.yml2
3 files changed, 3 insertions, 3 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:
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index eb8784357..5ba0846ae 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -69,7 +69,7 @@ jobs:
macos:
- runs-on: macos-11
+ runs-on: macos-12
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index 267c5a4bd..1205ab27f 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -77,7 +77,7 @@ jobs:
macos:
- runs-on: macos-11
+ runs-on: macos-12
steps:
- uses: actions/checkout@v4