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.
ubuntu-20.04
1 parent a312004 commit 993ca05Copy full SHA for 993ca05
.github/workflows/debug-artifacts.yml
@@ -85,7 +85,9 @@ jobs:
85
LANGUAGES="cpp csharp go java javascript python"
86
for version in $VERSIONS; do
87
if [[ "$version" =~ stable-(20210308|20210319|20210809) ]]; then
88
- OPERATING_SYSTEMS="ubuntu-20.04 macos-latest"
+ # Note the absence of the period in "ubuntu-2004": this is present in the image name
89
+ # but not the artifact name
90
+ OPERATING_SYSTEMS="ubuntu-2004 macos-latest"
91
else
92
OPERATING_SYSTEMS="ubuntu-latest macos-latest"
93
fi
0 commit comments