Skip to content

Commit

Permalink
update release xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
bnidevs authored Apr 15, 2022
1 parent af7fbe7 commit cf8c7c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:

jobs:
release:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.3'
- name: Remove Code Sign Identity
run: sed -i .bak 's/Mac Developer/-/g' ./Captura/Captura.xcodeproj/project.pbxproj
- name: Build
Expand All @@ -26,4 +29,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: ./archives/Captura.zip
files: ./archives/Captura.zip

0 comments on commit cf8c7c5

Please sign in to comment.