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 a5ca698 commit 08fb996Copy full SHA for 08fb996
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
jobs:
17
library-darwin:
18
- runs-on: macos-13
+ runs-on: macos-14
19
name: Test Library (Darwin)
20
steps:
21
- uses: actions/checkout@v3
@@ -26,7 +26,7 @@ jobs:
26
27
library-evolution:
28
name: Library (evolution, Darwin)
29
30
31
- uses: actions/checkout@v4
32
- name: Select Xcode 15.2
@@ -62,7 +62,7 @@ jobs:
62
run: swift test
63
64
examples:
65
66
name: Build Examples
67
68
0 commit comments