Skip to content

Commit

Permalink
build: fix 'publish-swift' job by using the macos-13 runner which sup…
Browse files Browse the repository at this point in the history
…ports xcode 14.3.1
  • Loading branch information
beltram committed Jul 21, 2023
1 parent 0429aca commit 052a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
publish-swift:
if: github.repository == 'wireapp/core-crypto'
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 052a9c4

Please sign in to comment.