Skip to content

Commit caeb8c2

Browse files
committed
chore: bump macos-13 to macos-15-intel
Signed-off-by: Peefy <xpf6677@163.com>
1 parent 366489c commit caeb8c2

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

.github/workflows/c-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: "c"
3030
strategy:
3131
matrix:
32-
os: [macos-13, macos-latest, ubuntu-latest]
32+
os: [macos-15-intel, macos-latest, ubuntu-latest]
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v6

.github/workflows/cpp-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: "cpp"
3030
strategy:
3131
matrix:
32-
os: [macos-13, macos-latest, ubuntu-latest]
32+
os: [macos-15-intel, macos-latest, ubuntu-latest]
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v6

.github/workflows/go-test.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
include:
2828
# macOS Intel/ARM configurations
2929

30-
- os: macos-13
31-
runner: macos-13
32-
cgo_enabled: 0
33-
34-
- os: macos-13-xlarge
35-
runner: macos-13
30+
- os: macos-15-intel
31+
runner: macos-15-intel
3632
cgo_enabled: 0
3733

3834
- os: macos-14

.github/workflows/nodejs-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
path: nodejs/*.node
172172

173173
macos:
174-
runs-on: macos-13
174+
runs-on: macos-15-intel
175175
strategy:
176176
matrix:
177177
settings:

.github/workflows/swift-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
# https://github.com/swift-actions/setup-swift/issues/677
3333
# ubuntu-latest is not supported
34-
os: [macos-13, macos-latest, ubuntu-22.04]
34+
os: [macos-15-intel, macos-latest, ubuntu-22.04]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v6

.github/workflows/zig-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: "zig"
3030
strategy:
3131
matrix:
32-
os: [macos-13, macos-latest, ubuntu-latest]
32+
os: [macos-15-intel, macos-latest, ubuntu-latest]
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)