Skip to content

Commit f5e7a97

Browse files
Updated macos runner to macos-15
1 parent 9fa95f6 commit f5e7a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_matrix:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-14]
15+
os: [ubuntu-latest, windows-latest, macos-15]
1616
# os: [ubuntu-latest]
1717
runs-on: ${{ matrix.os }}
1818
defaults:

0 commit comments

Comments
 (0)