We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981f53a commit e82202eCopy full SHA for e82202e
.github/workflows/build_all.yml
@@ -101,7 +101,7 @@ jobs:
101
path: ${{runner.workspace}}/sdrpp_windows_x64.zip
102
103
build_macos_intel:
104
- runs-on: macos-13
+ runs-on: macos-15-intel
105
106
steps:
107
- uses: actions/checkout@v4
@@ -161,7 +161,7 @@ jobs:
161
path: ${{runner.workspace}}/sdrpp_macos_intel.zip
162
163
build_macos_arm:
164
- runs-on: macos-14
+ runs-on: macos-15
165
166
167
0 commit comments