Skip to content

Commit 0d3bbc1

Browse files
authored
[BRE-1367] Update macos workflows to use macos-15-intel runners (#928)
1 parent 99655a0 commit 0d3bbc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
macos-cli:
122122
name: Build Mac CLI
123-
runs-on: macos-13
123+
runs-on: macos-15-intel
124124
needs: setup
125125
permissions:
126126
contents: read
@@ -427,7 +427,7 @@ jobs:
427427

428428
macos-gui:
429429
name: Build MacOS GUI
430-
runs-on: macos-13
430+
runs-on: macos-15-intel
431431
needs: setup
432432
permissions:
433433
contents: read

0 commit comments

Comments
 (0)