Skip to content

Commit 8222f25

Browse files
committed
Remove macos-12 from CI as it is deprecated
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 6823697 commit 8222f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
os: ["macos-12", "macos-13", "macos-14", "macos-15"]
40+
os: ["macos-13", "macos-14", "macos-15"]
4141
otp: ["24", "25", "26", "27"]
4242

4343
steps:

0 commit comments

Comments
 (0)