Try to bump build system

This commit is contained in:
xmflsct 2023-05-15 21:27:23 +02:00
parent 46a30585a7
commit ff14f086a7
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 4 additions and 4 deletions

View File

@ -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