File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717jobs :
1818 lint :
1919 name : SwiftLint
20- runs-on : getmac-tahoe-beta # Updated to macOS 26 (Tahoe) runner
20+ runs-on : macos-latest # Updated to macOS 26 (Tahoe) runner
2121 timeout-minutes : 10
2222
2323 steps :
4040
4141 build-arm64 :
4242 name : Build ARM64
43- runs-on : getmac-tahoe-beta # Updated to macOS 26 (Tahoe) runner
43+ runs-on : macos-latest # Updated to macOS 26 (Tahoe) runner
4444 needs : lint
4545 timeout-minutes : 20
4646
@@ -221,7 +221,7 @@ jobs:
221221
222222 build-x86_64 :
223223 name : Build x86_64
224- runs-on : getmac-tahoe-beta # Updated to macOS 26 (Tahoe) runner
224+ runs-on : macos-latest # Updated to macOS 26 (Tahoe) runner
225225 needs : lint
226226 timeout-minutes : 20
227227
@@ -451,7 +451,7 @@ jobs:
451451
452452 release :
453453 name : Create GitHub Release
454- runs-on : getmac-tahoe-beta # Updated to macOS 26 (Tahoe) runner
454+ runs-on : macos-latest # Updated to macOS 26 (Tahoe) runner
455455 needs : [build-arm64, build-x86_64]
456456 if : startsWith(github.ref, 'refs/tags/v')
457457 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments