Skip to content

Commit 92f1800

Browse files
authored
Update GitHub Actions to macOS 15 with Xcode 26.2 (#487)
- Upgrade test runner from macos-14 to macos-15 - Pin Xcode version to 26.2 (was using latest-stable) - Update actions/checkout from v2 to v4 (v2 is deprecated)
1 parent ee6239c commit 92f1800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: macos-latest
1414
if: github.event_name == 'pull_request'
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- uses: ruby/setup-ruby@v1
1919
with:
@@ -30,7 +30,7 @@ jobs:
3030
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
test:
33-
runs-on: macos-14
33+
runs-on: macos-15
3434

3535
strategy:
3636
matrix:
@@ -45,11 +45,11 @@ jobs:
4545
- platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)
4646

4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v4
4949

5050
- uses: maxim-lobanov/setup-xcode@v1
5151
with:
52-
xcode-version: latest-stable
52+
xcode-version: '26.2'
5353

5454
- uses: ruby/setup-ruby@v1
5555
with:

0 commit comments

Comments
 (0)