Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarDegas committed Mar 29, 2024
1 parent 1810cf4 commit edd634b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: Swift

on:
Expand All @@ -11,13 +8,18 @@ on:

jobs:
build:

runs-on: macos-latest

runs-on: macos-14
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10.0"
- uses: actions/checkout@v4
- name: Run tests
run: swift test -v
# Xcode 15.3 not available, abandon this action temporarily
- name: break
run: echo "build skipped"

# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: latest-stable
# - uses: swift-actions/setup-swift@v2
# with:
# swift-version: "5.10.0"
# - uses: actions/checkout@v4
# - name: Run tests
# run: swift test

0 comments on commit edd634b

Please sign in to comment.