We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90311ee commit a0218ffCopy full SHA for a0218ff
.github/workflows/macOS-tests.yml
@@ -1,4 +1,4 @@
1
-name: "macOS 12"
+name: "macOS 14"
2
3
on:
4
push:
@@ -23,21 +23,20 @@ on:
23
- develop-4.0
24
25
env:
26
- DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
27
28
jobs:
29
spm:
30
- name: Swift Package Manager 5.7
31
- runs-on: macOS-12
+ name: Swift Package Manager 5.9
+ runs-on: macos-14-large
32
concurrency:
33
group: spm-${{ github.run_id }}
34
cancel-in-progress: false
35
steps:
36
- uses: actions/checkout@v3
37
- name: Discover typos
38
run: |
39
- pip3 install --upgrade pip
40
- pip3 install codespell
+ pipx install codespell
41
codespell # See .codespellrc for args
42
- name: SwiftLint
43
0 commit comments