diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 36663a3..70f5f0c 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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