From 044ae192d11efb81891fbbb94236ed217890cd98 Mon Sep 17 00:00:00 2001 From: Tiziano Bettio Date: Tue, 22 Oct 2024 19:04:19 +0200 Subject: [PATCH] Update action to use ubuntu 22.04 --- .github/workflows/linux-arm-opengl.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-arm-opengl.yml b/.github/workflows/linux-arm-opengl.yml index fd5c03ac1..607c7dbc7 100644 --- a/.github/workflows/linux-arm-opengl.yml +++ b/.github/workflows/linux-arm-opengl.yml @@ -18,13 +18,13 @@ jobs: matrix: include: - arch: aarch64 - distro: ubuntu20.04 + distro: ubuntu22.04 - arch: armv7 - distro: ubuntu20.04 + distro: ubuntu22.04 steps: - uses: actions/checkout@v4 - - uses: uraimo/run-on-arch-action@v2.0.9 + - uses: uraimo/run-on-arch-action@v2 name: Run Tests in ${{ matrix.distro }} ${{ matrix.arch }} id: build with: