Skip to content

Commit 881fcb5

Browse files
committed
Updated to latest-stable Xcode and macOS for GitHub Actions
1 parent fcec34a commit 881fcb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/all.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
xcode: ["13.4.1"]
21+
xcode: [latest-stable]
2222
include:
23-
- xcode: "13.4.1"
24-
macos: macOS-12
23+
- xcode: latest-stable
24+
macos: macos-latest
2525
runs-on: ${{ matrix.macos }}
2626
env:
2727
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Run Tests
31-
run: swift test
31+
run: swift test

0 commit comments

Comments
 (0)