Skip to content

Commit edf185f

Browse files
committed
Update build.yml
1 parent 05d45bc commit edf185f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
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:
@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)