Skip to content

Commit 2429560

Browse files
committed
Build for RHEL 10.0
1 parent 743181f commit 2429560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rhel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
gcc: 13
2727
- os: 9.6
2828
gcc: 14
29+
- os: 10.0
30+
gcc: 14
2931
steps:
3032
- name: Checkout repository
3133
uses: actions/checkout@v4
@@ -61,6 +63,7 @@ jobs:
6163
matrix:
6264
version:
6365
- os: 9.6
66+
- os: 10.0
6467
steps:
6568
- name: Checkout repository
6669
uses: actions/checkout@v4

0 commit comments

Comments
 (0)