Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Xcode and Swift versions
  • Loading branch information
namolnad committed Jul 31, 2022
commit a51ae97214d6d24e18aa9e824eea5f1f4021d171
4 changes: 2 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
Test-Linux-Platform:
runs-on: ubuntu-latest
container:
image: swift:5.2
image: swift:5.6
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
steps:
- uses: actions/checkout@v2
- name: Run Unit Tests
run: swift test
run: swift test
4 changes: 2 additions & 2 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: 12.0
xcode-version: 13.2
- uses: actions/checkout@v2
- name: Create Test Result Directory
run: |
Expand All @@ -39,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: test-results
path: tmp/test-results
path: tmp/test-results