Skip to content

Commit 7230884

Browse files
committed
ci: use macos-14 for nightly builds
1 parent 2a5c7d1 commit 7230884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
ARCH: aarch64
9999
OS: macos
100100

101-
runs-on: macos-latest
101+
runs-on: macos-14
102102
timeout-minutes: 15
103103

104104
steps:
@@ -136,7 +136,7 @@ jobs:
136136
ARCH: x86_64
137137
OS: macos
138138

139-
runs-on: macos-13
139+
runs-on: macos-14
140140
timeout-minutes: 15
141141

142142
steps:

0 commit comments

Comments
 (0)