Skip to content

Commit 24298dc

Browse files
ericjbohmebohm
andauthored
cleanup: darwin-x86_64 discontinued, switch to macos-15-intel (#3917)
* cleanup: darwin-x86_64 discontinued at github free level * !fixup: try macos-15-intel --------- Co-authored-by: Eric J Bohm <ebohm@illinois.edu>
1 parent 1fa944e commit 24298dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
multicore-darwin-x86_64_projections:
103103
timeout-minutes: 60
104-
runs-on: macos-13
104+
runs-on: macos-15-intel
105105
steps:
106106
- uses: actions/checkout@v4
107107
- name: build-only
@@ -203,7 +203,7 @@ jobs:
203203
# FIXME: darwin tests all fail
204204
netlrts-darwin-x86_64:
205205
timeout-minutes: 60
206-
runs-on: macos-13
206+
runs-on: macos-15-intel
207207
steps:
208208
- uses: actions/checkout@v4
209209
- name: build-only

0 commit comments

Comments
 (0)