Skip to content

Commit 4200d8f

Browse files
authored
Merge pull request #2211 from martygrant/martin/deprecate-macos-12
Remove soon to be deprecated macos-12 job
2 parents b4539da + c4121b6 commit 4200d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
name: Build - MacOS
285285
strategy:
286286
matrix:
287-
os: ['macos-12', 'macos-13']
287+
os: ['macos-13']
288288
runs-on: ${{matrix.os}}
289289

290290
steps:

0 commit comments

Comments
 (0)