Skip to content

Commit

Permalink
GitHub CI for rustc 1.75 (Ubuntu LTS 24.04) and 1.63 (Debian Bookworm)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Sep 30, 2024
1 parent 0deae3c commit 9e49489
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
rust: stable
docker: linux64
target: x86_64-unknown-linux-gnu
- build: ubuntu-lts
os: ubuntu-24.04
rust: 1.75
docker: linux64
target: x86_64-unknown-linux-gnu
- build: debian-bookworm
os: ubuntu-stable
rust: 1.63 # bookworm
docker: linux64
target: x86_64-unknown-linux-gnu
- build: x86_64-beta
os: ubuntu-latest
rust: beta
Expand Down

0 comments on commit 9e49489

Please sign in to comment.