Skip to content

Commit

Permalink
GHA: Use Xcode latest + checkout v4
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Sep 9, 2024
1 parent 943c9a7 commit 1af9aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
container: ${{ matrix.image }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Swift Debug Package
run: swift build -c debug
- name: Build Swift Release Package
Expand All @@ -33,9 +33,9 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1.5.1
with:
xcode-version: 16.0.0
xcode-version: latest
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Swift Debug Package
run: swift build -c debug
- name: Build Swift Release Package
Expand Down

0 comments on commit 1af9aad

Please sign in to comment.