mirror of
https://github.com/tooot-app/app
synced 2025-01-30 18:24:50 +01:00
Try to bump build system
This commit is contained in:
parent
46a30585a7
commit
ff14f086a7
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-ios:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: tj-actions/branch-names@v6
|
||||
id: branch
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
- run: bundle install
|
||||
- run: yarn app:build ios
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
|
||||
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
|
||||
ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
|
||||
SENTRY_ENVIRONMENT: ${{ steps.branch.outputs.current_branch }}
|
||||
LC_ALL: en_US.UTF-8
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
build-android:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: tj-actions/branch-names@v6
|
||||
id: branch
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
GH_PAT_GET_RELEASE: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
create-release:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
needs: [build-ios, build-android]
|
||||
steps:
|
||||
- uses: tj-actions/branch-names@v6
|
||||
|
Loading…
x
Reference in New Issue
Block a user