Skip to content

Commit

Permalink
repo-fix: fix base image
Browse files Browse the repository at this point in the history
  • Loading branch information
perfaram authored Dec 12, 2024
1 parent 1a6be1b commit a34ec5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ on:
jobs:
build:

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

steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6" # will resolve to the latest Swift 6 minor
- uses: actions/checkout@v3
- name: Build
run: swift build -v
Expand Down

0 comments on commit a34ec5e

Please sign in to comment.