Commit a77d869 1 parent 90311ee commit a77d869 Copy full SHA for a77d869
File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- name : " macOS 12 "
1
+ name : " macOS 14 "
2
2
3
3
on :
4
4
push :
23
23
- develop-4.0
24
24
25
25
env :
26
- DEVELOPER_DIR : /Applications/Xcode_14.1 .app/Contents/Developer
26
+ DEVELOPER_DIR : /Applications/Xcode_15.2 .app/Contents/Developer
27
27
28
28
jobs :
29
29
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
32
32
concurrency :
33
33
group : spm-${{ github.run_id }}
34
34
cancel-in-progress : false
35
35
steps :
36
36
- 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
42
41
- name : SwiftLint
43
42
run : |
44
43
# 1. Make all automated fixes that are possible
You can’t perform that action at this time.
0 commit comments