Skip to content

Commit

Permalink
ci: use ubuntu-latest on steps: code-formatting, `v-compiles-os-a…
Browse files Browse the repository at this point in the history
…ndroid` (#313)

* ci: use `ubuntu-latest` on steps: `code-formatting`, `v-compiles-os-android`

* ci: elaborate on why `vab doctor` is run twice in same test sequence
  • Loading branch information
larpon authored Sep 22, 2024
1 parent 7e3f78e commit 97a1fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
code-formatting:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 10
env:
VFLAGS: -cc tcc
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
sudo rm -fr /usr/local/lib/android
- name: Run 'vab doctor'
- name: Run 'vab doctor' before
run: vab doctor

- name: Run 'vab install auto'
Expand All @@ -105,7 +105,7 @@ jobs:
unset ANDROID_NDK_ROOT
vab install auto
- name: Run vab doctor
- name: Run 'vab doctor' after
run: vab doctor

- name: Test vab complete
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
[ -f apks/particles.apk ]
v-compiles-os-android:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout V
Expand Down

0 comments on commit 97a1fe6

Please sign in to comment.