Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drekka authored Nov 14, 2024
1 parent 2dc6c7a commit 09483ab
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,14 @@ on:
jobs:
build:

runs-on: macos-13
runs-on: macos-15

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: szenius/[email protected]
with:
timezoneLinux: "Australia/Melbourne"
timezoneMacos: "Australia/Melbourne"
timezoneWindows: "Australia/Melbourne"
- uses: swift-actions/setup-swift@v1
- uses: BinaryBirds/[email protected]
#- name: Build
# run: swift build -v
- name: Run tests
run: |
# sudo xcode-select -s /Applications/Xcode_15.0.app
swift test -v
- run: swift test --enable-code-coverage
- uses: drekka/swift-coverage-action@main

0 comments on commit 09483ab

Please sign in to comment.