Skip to content

Commit e82202e

Browse files
switch macos nightly to macos 15
1 parent 981f53a commit e82202e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: ${{runner.workspace}}/sdrpp_windows_x64.zip
102102

103103
build_macos_intel:
104-
runs-on: macos-13
104+
runs-on: macos-15-intel
105105

106106
steps:
107107
- uses: actions/checkout@v4
@@ -161,7 +161,7 @@ jobs:
161161
path: ${{runner.workspace}}/sdrpp_macos_intel.zip
162162

163163
build_macos_arm:
164-
runs-on: macos-14
164+
runs-on: macos-15
165165

166166
steps:
167167
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)