summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2026-03-19 13:33:55 -0500
committerGitHub <noreply@github.com>2026-03-19 15:33:55 -0300
commit5050031c1e8b5be9e7061da8498a32c3c06c7436 (patch)
treefc2f0dae617ad28e2d7b3d5069b2ddf87710dc98
parent10ec999591f5fb680214acca5cb045eeb9373e3f (diff)
Try to use macos-14 (#244)
-rw-r--r--.github/workflows/mac.yml2
-rw-r--r--.github/workflows/main.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index 27a0a5ac..d7471c18 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -6,7 +6,7 @@ on:
jobs:
build:
- runs-on: macOS-15
+ runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2df69ed5..e35cc68e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -75,7 +75,7 @@ jobs:
build-macos-x64:
needs: generate-port-o2r
- runs-on: macos-15-intel
+ runs-on: macos-14-large # macos-14-large is the only way we can get x64
steps:
- uses: actions/checkout@v4
with:
@@ -110,7 +110,7 @@ jobs:
build-macos-arm64:
needs: generate-port-o2r
- runs-on: macos-15
+ runs-on: macos-14
steps:
- uses: actions/checkout@v4
with: