Skip to content

Commit e8f36ba

Browse files
committed
Update c-cpp.yml
1 parent 2ed80c7 commit e8f36ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/c-cpp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
runs-on: macos-13
2020
strategy:
2121
matrix:
22-
macos-version: [ '13.0', '13.1', '13.2', '13.3', '13.4', '13.5', '14.0', '14.1', '14.2', '14.3', '14.4' ]
22+
macos-version: [ '14.4' ]
23+
# macos-version: [ '13.0', '13.1', '13.2', '13.3', '13.4', '13.5', '14.0', '14.1', '14.2', '14.3', '14.4' ]
2324
steps:
2425
- name: Checkout
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)