Skip to content

Commit

Permalink
ci(debug): change runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation authored Oct 7, 2024
1 parent c3ce5c3 commit 983e593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
job_armv8:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
path: app/build/outputs/apk/armv8/debug/*.apk

job_armv7:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
path: app/build/outputs/apk/armv7/debug/*.apk

job_universal:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 983e593

Please sign in to comment.