Skip to content

Commit

Permalink
ci: add future ubuntu versions to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Jan 15, 2025
1 parent e4f16e8 commit 3d26fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['ubuntu:22.04', 'ubuntu:24.04']
version: ['ubuntu:22.04', 'ubuntu:24.04', 'ubuntu:25.04', 'archlinux:base']
runs-on: [runs-on,runner=8cpu-linux-x64,"image=ubuntu24-full-x64","run-id=${{ github.run_id }}",spot=false]
container:
image: ${{ matrix.version }}
Expand Down

0 comments on commit 3d26fc7

Please sign in to comment.