Skip to content

Commit 45c0b3a

Browse files
Move MacX86 runner up to new minimum spec (earlephilhower#2711)
The MacOS12 runner is dead, so move up to the lowest version still available for CI.
1 parent 7961d29 commit 45c0b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
name: Mac
197197
strategy:
198198
matrix:
199-
os: [macOS-12, macOS-14]
199+
os: [macOS-13, macOS-14]
200200
runs-on: ${{ matrix.os }}
201201
steps:
202202
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)