Skip to content

Commit

Permalink
Test with maxim-lobanov/setup-xcode@v1 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jan 15, 2025
1 parent 881fcb5 commit 8f1ea50
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,10 @@ concurrency:
cancel-in-progress: true

jobs:
macos-run-tests:
name: Unit Tests (Xcode ${{ matrix.xcode }})
strategy:
fail-fast: false
matrix:
xcode: [latest-stable]
include:
- xcode: latest-stable
macos: macos-latest
runs-on: ${{ matrix.macos }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: swift test
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
run: swift test

0 comments on commit 8f1ea50

Please sign in to comment.