Skip to content

Commit cfb2406

Browse files
committed
Update ci workflow
feature/init-positional-with-argument-rep
1 parent d1cc3fd commit cfb2406

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
lint:
14-
runs-on: macos-13
14+
runs-on: macos-14
1515
environment: default
1616
steps:
1717
- uses: actions/checkout@v4
@@ -24,12 +24,12 @@ jobs:
2424
- name: Lint
2525
run: swiftlint lint --quiet
2626
macos-test:
27-
runs-on: macos-13
27+
runs-on: macos-14
2828
environment: default
2929
strategy:
3030
matrix:
31-
xcode: ["14.3", "15.0"]
32-
# Swift: 5.8 , 5.9
31+
xcode: ["14.3.1", "15.2", "15.4", "16.0", "16.1"]
32+
# Swift: 5.8, 5.9 5.10, 6.0, 6.0.2
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)