Skip to content

Commit 51b68f8

Browse files
authored
Merge pull request #2211 from martygrant/martin/deprecate-macos-12
Remove soon to be deprecated macos-12 job
2 parents 8991fea + 84fb669 commit 51b68f8

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)