Skip to content

Commit

Permalink
Switching back to previous Xcode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist authored Aug 16, 2021
1 parent ff4a0a0 commit 539d473
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-11.0
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -17,9 +17,6 @@ jobs:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-5.4-
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '12.5'
${{ runner.os }}-spm
- name: Build
run: swift build -v

0 comments on commit 539d473

Please sign in to comment.