Skip to content

Commit

Permalink
ci: add fedora-41
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 authored and nbolton committed Oct 23, 2024
1 parent 6846a97 commit 1aa6e8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ jobs:
timeout: 20
config-args: "-G Ninja -DCMAKE_INSTALL_PREFIX=/usr"

- name: "fedora-41-amd64"
runs-on: ubuntu-latest
container: fedora:41
like: "fedora"
timeout: 20
config-args: "-G Ninja -DCMAKE_INSTALL_PREFIX=/usr"

- name: "fedora-40-amd64"
runs-on: ubuntu-latest
container: fedora:40
Expand Down

0 comments on commit 1aa6e8c

Please sign in to comment.