Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature/35-add-macr…
Browse files Browse the repository at this point in the history
…o-for-service'
  • Loading branch information
tdeleon committed Jan 2, 2024
2 parents 7df81b2 + 2f5e04e commit ef5284f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@ jobs:
max-parallel: 5
fail-fast: false
matrix:
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:

- if: runner.os == 'Windows'
name: Setup Swift
uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9.2-release
tag: 5.9.2-RELEASE


- if: runner.os != 'Windows'
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: swift build
Expand Down

0 comments on commit ef5284f

Please sign in to comment.