Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx committed Apr 20, 2024
1 parent 46c634c commit 0de4564
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
name: Build macOS
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.0"
- name: Run tests
run: swift test -v
build-other-platforms:
Expand All @@ -34,15 +37,10 @@ jobs:
- name: watchOS
value: "platform=watchOS Simulator,name=Apple Watch Series 8 (41mm),OS=latest"
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Inspect versions
run: |
system_profiler SPSoftwareDataType
swift --version
xcodebuild -version
- uses: actions/checkout@v3
xcode-version: "15.0"
- name: Build
run: |-
set -o pipefail && NSUnbufferedIO=YES xcodebuild clean build \
Expand Down

0 comments on commit 0de4564

Please sign in to comment.