Skip to content

Commit

Permalink
other try
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui Sabran committed Dec 18, 2024
1 parent 51afefd commit f2c0252
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-15

steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6.0.0"
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: swift build -v
Expand Down

0 comments on commit f2c0252

Please sign in to comment.