We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b64c774 + f4377bd commit 098327dCopy full SHA for 098327d
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
osArray+=("rockylinux:9")
21
osArray+=("oraclelinux:8")
22
osArray+=("oraclelinux:9")
23
- osArray+=("fedora:40")
24
osArray=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${osArray[@]}")
25
echo "Updated os list: $osArray"
26
echo "os=$osArray" >> $GITHUB_OUTPUT
0 commit comments