mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
CI: Revert ARM tests to run on Ubuntu 22.04 for now
This commit is contained in:
parent
cb0788b7ba
commit
d6b7114afc
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-install:
|
test-install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [debian12]
|
arch: [debian12]
|
||||||
|
|
|
@ -18,7 +18,7 @@ on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-install:
|
test-install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [aarch64] #[zero_raspbian, zero_raspios, zero2_raspios, aarch64]
|
arch: [aarch64] #[zero_raspbian, zero_raspios, zero2_raspios, aarch64]
|
Loading…
Add table
Add a link
Reference in a new issue