Skip to content

Commit d8d8231

Browse files
authored
chore: Update macOS runner version in builds.yml (#1267)
* chore: Update macOS runner version in builds.yml Signed-off-by: Stefan Charsley <[email protected]> * Update macOS runner version from 13 to 26 Signed-off-by: Stefan Charsley <[email protected]> * Update MacOS version in build workflow Signed-off-by: Stefan Charsley <[email protected]> --------- Signed-off-by: Stefan Charsley <[email protected]>
1 parent 8f993af commit d8d8231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
macos-build:
146146
name: MacOS Build
147-
runs-on: macos-13
147+
runs-on: macos-26
148148
timeout-minutes: 15
149149
steps:
150150
- name: Set net9.0
@@ -246,7 +246,7 @@ jobs:
246246
optimization: [0,1,2,3,4,5,6,7,8,9]
247247
fail-fast: false
248248
name: MacOS - Unit Test -o${{ matrix.optimization }}
249-
runs-on: macos-13
249+
runs-on: macos-26
250250
timeout-minutes: 15
251251
needs: macos-build
252252
steps:
@@ -346,7 +346,7 @@ jobs:
346346
optimization: [0,1,2,3,4,5,6,7,8,9]
347347
fail-fast: false
348348
name: MacOS - Demo Test -o${{ matrix.optimization }}
349-
runs-on: macos-13
349+
runs-on: macos-26
350350
timeout-minutes: 15
351351
needs: macos-build
352352
steps:

0 commit comments

Comments
 (0)