Skip to content

Commit 2d05a73

Browse files
authored
Use macOS 15 intel runners (#2072)
1 parent faac5d3 commit 2d05a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# We only want to check docker compose on a single target
2121
testDockerCompose: true
2222
- os: macos-intel
23-
runsOn: macos-13
23+
runsOn: macos-15-intel
2424
- os: macos-arm
2525
runsOn: macos-14
2626
runs-on: ${{ matrix.runsOn || matrix.os }}

0 commit comments

Comments
 (0)