Skip to content

Commit

Permalink
fix: Typo (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka authored Apr 19, 2024
1 parent 418dae2 commit 9e5c268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

build-macos:
needs: check
runs-on: macos-13`
runs-on: macos-13
defaults:
run:
working-directory: ./chameleonultragui
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: fastlane production
working-directory: "./chameleonultragui/"
build-macos:
runs-on: macos-latest
runs-on: macos-13
env:
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_KEY_IDENTIFIER: ${{ secrets.APP_STORE_CONNECT_KEY_IDENTIFIER }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
app-store-connect builds submit-to-testflight $BUILD_ID || true
app-store-connect beta-groups add-build $BUILD_ID --beta-group="Open beta testing" || true
build-ios:
runs-on: macos-latest
runs-on: macos-13
env:
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_KEY_IDENTIFIER: ${{ secrets.APP_STORE_CONNECT_KEY_IDENTIFIER }}
Expand Down

0 comments on commit 9e5c268

Please sign in to comment.