We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89c242 commit deef607Copy full SHA for deef607
1 file changed
.github/workflows/install_requirements.yml
@@ -20,8 +20,7 @@
20
fail-fast: false
21
matrix:
22
# The same array lives in test-windows.yml, so make any updates there too.
23
- # container_image: ["ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04"]
24
- container_image: ["ubuntu:22.04"]
+ container_image: ["ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04"]
25
# strategy:
26
# matrix:
27
# image_name:
0 commit comments