Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexito4 committed Oct 4, 2021
1 parent 3fa4942 commit 491b180
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
- name: Build
run: swift package update; swift build -c release
Expand Down

0 comments on commit 491b180

Please sign in to comment.