Skip to content

Commit a941c52

Browse files
committed
gha: update to use macos-13, macos-14
macos-11 runners are being deprecated; updating to use macos-13 (x86) and macos-14 (arm64) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 097f945 commit a941c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
os:
4747
- ubuntu-22.04
4848
- ubuntu-20.04
49-
- macOS-11
49+
- macOS-14
50+
- macOS-13
5051
- windows-2022
5152
steps:
5253
-

0 commit comments

Comments
 (0)