mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-16 18:55:44 -06:00
Ubuntu VM (#395)
This commit is contained in:
2
.github/workflows/build-android.yml
vendored
2
.github/workflows/build-android.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-android:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: 🛒 Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
4
.github/workflows/publish-beta.yml
vendored
4
.github/workflows/publish-beta.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
|
||||
publish-android:
|
||||
if: ${{ github.event.inputs['build-platform'] == 'Android' || github.event.inputs['build-platform'] == 'Both' }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-15
|
||||
outputs:
|
||||
version: ${{ steps.setver.outputs.version }}
|
||||
steps:
|
||||
@@ -229,7 +229,7 @@ jobs:
|
||||
|
||||
finalize-release:
|
||||
needs: [publish-android, publish-iOS, generate-release-notes]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: 🛒 Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
4
.github/workflows/publish-ota-update.yml
vendored
4
.github/workflows/publish-ota-update.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
- 'main'
|
||||
jobs:
|
||||
publish-ota-update:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: 🛒 Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
node-version: 20
|
||||
|
||||
- name: 🧵 Run yarn
|
||||
run: yarn
|
||||
run: yarn install --network-concurrency 1
|
||||
|
||||
- name: 👩💻 Configure Git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user