Skip to content

Commit

Permalink
GHA: add Rocky-9 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 25, 2024
1 parent 6b803c3 commit e97c546
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ jobs:
configuration: default
extra: "CMD_CXXFLAGS=-std=c++11"

- name: "Rocky-9"
image: rockylinux:9
cmp: gcc
configuration: default
extra: "CMD_CXXFLAGS=-std=c++11"

- name: "Fedora-33"
image: fedora:33
cmp: gcc
Expand Down

0 comments on commit e97c546

Please sign in to comment.