Skip to content

Commit 239a996

Browse files
committed
CI: update macos version (gh deprecation)
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ macos-13 is being deprecated, instead we add the new macos-15-intel and macos-26. Signed-off-by: Peter M <[email protected]>
1 parent f0fa805 commit 239a996

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
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: ["macos-13", "macos-14"]
41+
os: ["macos-14", "macos-15", "macos-15-intel", "macos-26"]
4242
otp: ["24", "25", "26"]
4343

4444
steps:

0 commit comments

Comments
 (0)