Skip to content

Commit 364f03c

Browse files
Move Macx86 to MacOS 15 (#3179)
GH is retiring MacOS 13 CI. recommends moving to macos-15-intel
1 parent e0f5522 commit 364f03c

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
@@ -205,7 +205,7 @@ jobs:
205205
name: Mac
206206
strategy:
207207
matrix:
208-
os: [macOS-13, macOS-14]
208+
os: [macOS-15-intel, macOS-14]
209209
runs-on: ${{ matrix.os }}
210210
steps:
211211
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)