1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

chore(devops): use new MacOS runner (#6774)

* chore(devops): use new MacOS runner

* Up java version
This commit is contained in:
Alex 2024-01-30 13:29:31 -06:00 committed by GitHub
parent 33bf7d5d8b
commit e5bfe22cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
name: Build and sign Android
# Skip when PR from a fork
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
runs-on: macos-13
runs-on: macos-14
steps:
- name: Determine ref
@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "12.x"
java-version: "11.0.21+9"
cache: "gradle"
- name: Setup Flutter SDK