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.
2 parents 000aad3 + 9d33a55 commit 6db5826Copy full SHA for 6db5826
1 file changed
.github/workflows/swift.yml
@@ -4,14 +4,10 @@ jobs:
4
5
macos:
6
name: macOS
7
- runs-on: macos-latest
+ runs-on: macos-15
8
steps:
9
- - name: Install Swift
10
- uses: slashmo/install-swift@v0.3.0
11
- with:
12
- version: 6.0.3
13
- name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
- name: Swift Version
16
run: swift --version
17
- name: Build (Debug)
@@ -30,7 +26,7 @@ jobs:
30
26
container: ${{ matrix.container }}-jammy
31
27
32
28
33
29
34
35
36
0 commit comments