Skip to content

Commit

Permalink
GHActions: Bump Swift/Xcode versions
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Jan 29, 2024
1 parent 439e51a commit f0ad19c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
image:
- swift:5.0.3-xenial
- swift:5.1.5-xenial
- swift:5.2.5-xenial
- swift:5.3.2-xenial
- swift:5.3.2-bionic
- swift:5.9.2-focal
container: ${{ matrix.image }}
steps:
- name: Checkout Repository
Expand All @@ -27,19 +26,19 @@ jobs:
- name: Build Swift Release Package
run: swift build -c release
- name: Run Tests
run: swift test
run: swift test --enable-test-discovery
nextstep:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1.2.1
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.2
xcode-version: '~15.0'
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Swift Debug Package
run: swift build -c debug
- name: Build Swift Release Package
run: swift build -c release
- name: Run Tests
run: swift test
run: swift test --enable-test-discovery

0 comments on commit f0ad19c

Please sign in to comment.