From: notaz Date: Mon, 16 Dec 2024 01:16:04 +0000 (+0200) Subject: attempt to fix github workflows X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574eb7d9a0a666089266e29bb0402586ed5cf302;p=pcsx_rearmed.git attempt to fix github workflows --- diff --git a/.github/workflows/ci-linux-arm64.yml b/.github/workflows/ci-linux-arm64.yml index 1666b976..249928f3 100644 --- a/.github/workflows/ci-linux-arm64.yml +++ b/.github/workflows/ci-linux-arm64.yml @@ -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: diff --git a/.github/workflows/ci-linux-armhf.yml b/.github/workflows/ci-linux-armhf.yml index 50858959..6e37781b 100644 --- a/.github/workflows/ci-linux-armhf.yml +++ b/.github/workflows/ci-linux-armhf.yml @@ -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: