Skip to content

Commit 2e46851

Browse files
authored
Update CI (#17)
* Update CI * wip * wip
1 parent 16a83c4 commit 2e46851

File tree

3 files changed

+227
-8
lines changed

3 files changed

+227
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ on:
1010

1111
jobs:
1212
macos:
13-
name: MacOS
14-
runs-on: macOS-latest
13+
name: macOS
14+
runs-on: macos-14
1515
strategy:
1616
matrix:
1717
xcode:
18-
- '12.4'
19-
- '12.5.1'
20-
- '13.0'
18+
- '15.4'
2119
steps:
22-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2321
- name: Select Xcode ${{ matrix.xcode }}
2422
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2523
- name: Print Swift version

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ playground.xcworkspace
3838
# Packages/
3939
# Package.pins
4040
.build/
41-
Package.resolved
4241

4342
# CocoaPods
4443
#
@@ -70,4 +69,3 @@ fastlane/test_output
7069
.DS_Store
7170
Packages/*
7271
*.xcodeproj/*
73-
Package.resolved

Package.resolved

Lines changed: 223 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)