attempt to fix github workflows
authornotaz <notasas@gmail.com>
Mon, 16 Dec 2024 01:16:04 +0000 (03:16 +0200)
committernotaz <notasas@gmail.com>
Mon, 16 Dec 2024 01:16:04 +0000 (03:16 +0200)
.github/workflows/ci-linux-arm64.yml
.github/workflows/ci-linux-armhf.yml

index 1666b97..249928f 100644 (file)
@@ -2,7 +2,7 @@ name: CI (Linux arm64)
 on: [push, pull_request]
 jobs:
   build-linux:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v2
       with:
index 5085895..6e37781 100644 (file)
@@ -2,7 +2,7 @@ name: CI (Linux armhf)
 on: [push, pull_request]
 jobs:
   build-linux:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v2
       with: