Skip to content

Commit

Permalink
Updated to latest-stable Xcode and macOS for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jan 15, 2025
1 parent fcec34a commit 881fcb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["13.4.1"]
xcode: [latest-stable]
include:
- xcode: "13.4.1"
macos: macOS-12
- xcode: latest-stable
macos: macos-latest
runs-on: ${{ matrix.macos }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: swift test
run: swift test

0 comments on commit 881fcb5

Please sign in to comment.