Skip to content

Commit 42504a9

Browse files
authored
Merge pull request #9 from xendit/chore/fix-workflow
chore: fix version
2 parents 8a0df05 + 853f359 commit 42504a9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/tests.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ on: [push]
44

55
jobs:
66
build:
7-
name: Swift ${{ matrix.swift }}
8-
strategy:
9-
matrix:
10-
swift: ["5.5", "5.6"]
11-
fail-fast: false
12-
runs-on: macos-11
7+
name: Swift Tests
8+
runs-on: macos-13
9+
env:
10+
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
1311
steps:
1412
- uses: swift-actions/setup-swift@v1
1513
with:
16-
swift-version: ${{ matrix.swift }}
14+
swift-version: "5.7"
1715
- uses: actions/checkout@v3
1816
- name: Build
1917
run: swift build -v
2018
- name: Run tests
21-
run: swift test -c release -Xswiftc -enable-testing --enable-test-discovery
19+
run: swift test -c release -Xswiftc -enable-testing

0 commit comments

Comments
 (0)