Skip to content

Commit 1f3d287

Browse files
committed
try build on macos15-intel
1 parent b5b7be5 commit 1f3d287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp_mac_rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build_dep:
11-
runs-on: macos-13
11+
runs-on: macos-15-intel
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050
run: ./BuildMacOS.sh -d
5151

5252
build:
53-
runs-on: macos-13
53+
runs-on: macos-15-intel
5454
needs: build_dep
5555

5656
steps:

0 commit comments

Comments
 (0)