Skip to content

Commit

Permalink
github actions - try xcode install
Browse files Browse the repository at this point in the history
  • Loading branch information
Full Queue Developer authored and Full Queue Developer committed Oct 1, 2023
1 parent 561508f commit 26efe58
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-14
swift: "5.9"
- os: macos-13
swift: "5.9"
- os: macos-12
swift: "5.9"
- os: ubuntu-latest
swift: "5.9"

steps:
- uses: swift-actions/setup-swift@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
swift-version: ${{ matrix.swift }}
- run: swift --version
xcode-version: latest-stable

- uses: actions/checkout@v3

- name: test
Expand Down

0 comments on commit 26efe58

Please sign in to comment.