Skip to content

Commit 3391f98

Browse files
committed
CI: Update macos workflow to latest macos
Looks like macos-13 is now depricated so replace those with macos-15 and macos-26.
1 parent 517fa29 commit 3391f98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos-installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os:
20-
- macOS-13
21-
- macOS-14
20+
- macOS-15-intel
21+
- macOS-15
2222
go:
2323
- '1.24'
2424
steps:

.github/workflows/make-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os:
14-
- macOS-13
15-
- macOS-14
14+
- macOS-15
15+
- macOS-26
1616
- ubuntu-latest
1717
- ubuntu-22.04
1818
go:

0 commit comments

Comments
 (0)