We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2900611 commit 71dc8beCopy full SHA for 71dc8be
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
linux-gcc9:
42
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
43
timeout-minutes: 15
44
45
strategy:
@@ -58,7 +58,7 @@ jobs:
58
59
60
valgrind-memory:
61
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
62
needs: linux-gcc14
63
timeout-minutes: 10
64
@@ -74,7 +74,7 @@ jobs:
74
75
76
linux-flang:
77
78
79
80
0 commit comments