Skip to content

Commit 947d130

Browse files
committed
Fix greedy replace all
1 parent 20a7e9f commit 947d130

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
@@ -18,7 +18,7 @@ jobs:
1818
# Build the Docker image for Red Hat Enterprise Linux using different versions
1919
# of GCC.
2020
gcc:
21-
runs-on: rhel-latest
21+
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
2424
version:
@@ -56,7 +56,7 @@ jobs:
5656
# we cannot select specific versions of Clang and only get what is available
5757
# in the package manager.
5858
clang:
59-
runs-on: rhel-latest
59+
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
6262
version:

0 commit comments

Comments
 (0)