Skip to content

Commit c6ee111

Browse files
committed
Stringify 10.0
1 parent 2429560 commit c6ee111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rhel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
gcc: 13
2727
- os: 9.6
2828
gcc: 14
29-
- os: 10.0
29+
- os: '10.0'
3030
gcc: 14
3131
steps:
3232
- name: Checkout repository
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
version:
6565
- os: 9.6
66-
- os: 10.0
66+
- os: '10.0'
6767
steps:
6868
- name: Checkout repository
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)