Skip to content

Commit

Permalink
[M] updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzenz Weist authored and Vinzenz Weist committed Jul 14, 2024
1 parent 3289454 commit 8f4d30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
- main
jobs:
build-and-test:
runs-on: macos-13
runs-on: macos-14
steps:
- name: 🛒 Checkout Code
uses: actions/checkout@v3
- name: 📦 Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3'
xcode-version: '15.4'
- name: 🛠️ Build and Test with Code Coverage
run: |
swift test --enable-code-coverage
Expand Down

0 comments on commit 8f4d30d

Please sign in to comment.