Skip to content

Commit 70972cf

Browse files
author
Vasu Jaganath
committed
migrate mac intel to supported 15
1 parent 1aabd99 commit 70972cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
Build_and_Run_GTest:
1818
name: Build and Run GoogleTest
19-
runs-on: macos-14-large
19+
runs-on: macos-15-intel
2020
defaults:
2121
run:
2222
shell: bash -l {0}
@@ -50,7 +50,7 @@ jobs:
5050

5151
Build_and_Run_PyTest:
5252
name: Build and Run PyTest
53-
runs-on: macos-14-large
53+
runs-on: macos-15-intel
5454
defaults:
5555
run:
5656
shell: bash -l {0}

0 commit comments

Comments
 (0)