We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aabd99 commit 70972cfCopy full SHA for 70972cf
.github/workflows/build_and_test_mac.yml
@@ -16,7 +16,7 @@ env:
16
jobs:
17
Build_and_Run_GTest:
18
name: Build and Run GoogleTest
19
- runs-on: macos-14-large
+ runs-on: macos-15-intel
20
defaults:
21
run:
22
shell: bash -l {0}
@@ -50,7 +50,7 @@ jobs:
50
51
Build_and_Run_PyTest:
52
name: Build and Run PyTest
53
54
55
56
0 commit comments