Skip to content

Commit

Permalink
Merge pull request #885 from tcdude/FixARMActions
Browse files Browse the repository at this point in the history
Update action to use ubuntu 22.04
  • Loading branch information
RobDangerous authored Oct 22, 2024
2 parents 27eb80c + 044ae19 commit ce22c60
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 ce22c60

Please sign in to comment.