Skip to content

Commit

Permalink
Update action to use ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Oct 22, 2024
1 parent 27eb80c commit 044ae19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-arm-opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 044ae19

Please sign in to comment.