Skip to content

Commit 88d8003

Browse files
authored
Merge pull request #5 from MFB-Technologies-Inc/feature/update-workflow
Feature/update workflow
2 parents 56caa19 + f187beb commit 88d8003

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/ci.yml

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

1212
jobs:
1313
lint:
14-
runs-on: macos-12
14+
runs-on: macos-13
1515
environment: default
16-
strategy:
17-
matrix:
18-
xcode: ['14.2']
19-
# Swift: 5.7
2016
steps:
2117
- uses: actions/checkout@v3
2218
- name: Format lint
2319
run: swiftformat --lint .
2420
- name: Lint
2521
run: swiftlint .
2622
macos-test:
27-
runs-on: macos-12
23+
runs-on: macos-13
2824
environment: default
2925
strategy:
3026
matrix:
31-
xcode: ['14.2']
32-
# Swift: 5.7
27+
xcode: ['14.2', '14.3']
28+
# Swift: 5.7 , 5.8
3329
steps:
3430
- uses: actions/checkout@v3
3531
- name: Select Xcode ${{ matrix.xcode }}

Package.resolved

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

0 commit comments

Comments
 (0)