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 9aa2b75 commit 752bcb9Copy full SHA for 752bcb9
.github/workflows/main.yml
@@ -4,13 +4,12 @@ on:
4
- pull_request
5
jobs:
6
test:
7
- runs-on: macos-14
+ runs-on: macos-26
8
steps:
9
- - uses: actions/checkout@v4
10
- - run: sudo xcode-select -switch /Applications/Xcode_16.2.app
+ - uses: actions/checkout@v5
11
- run: swift test
12
lint:
13
runs-on: ubuntu-latest
14
15
16
- uses: norio-nomura/action-swiftlint@3.2.1
0 commit comments