Skip to content

Commit a77d869

Browse files
ci/cd pipeline updated
- macOS-14 - Xcode updated to 15.2
1 parent 90311ee commit a77d869

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/macOS-tests.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "macOS 12"
1+
name: "macOS 14"
22

33
on:
44
push:
@@ -23,22 +23,21 @@ on:
2323
- develop-4.0
2424

2525
env:
26-
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
26+
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
2727

2828
jobs:
2929
spm:
30-
name: Swift Package Manager 5.7
31-
runs-on: macOS-12
30+
name: Swift Package Manager 5.9
31+
runs-on: macOS-14
3232
concurrency:
3333
group: spm-${{ github.run_id }}
3434
cancel-in-progress: false
3535
steps:
3636
- uses: actions/checkout@v3
37-
- name: Discover typos
38-
run: |
39-
pip3 install --upgrade pip
40-
pip3 install codespell
41-
codespell # See .codespellrc for args
37+
# - name: Discover typos
38+
# run: |
39+
# pipx install codespell
40+
# codespell # See .codespellrc for args
4241
- name: SwiftLint
4342
run: |
4443
# 1. Make all automated fixes that are possible

0 commit comments

Comments
 (0)