diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-09-24 09:22:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 01:22:40 -0600 |
commit | 03c203effa0a3b0939444cde7a771c12d26c5758 (patch) | |
tree | 9f2c96320c4ee3b2f5811b51286421f73ae335be /.github/workflows/bootstrap.yml | |
parent | ba452f764538f94f487425b70a81d12b27fd45a1 (diff) | |
download | spack-03c203effa0a3b0939444cde7a771c12d26c5758.tar.gz spack-03c203effa0a3b0939444cde7a771c12d26c5758.tar.bz2 spack-03c203effa0a3b0939444cde7a771c12d26c5758.tar.xz spack-03c203effa0a3b0939444cde7a771c12d26c5758.zip |
Use Leap instead of Tumbleweed for e2e bootstrapping test (#26205)
Tumbleweed has been broken for a couple of days. The attempt
to fix it in #26170 didn't really work. Let's try to move to
a more stable release series for OpenSuse.
Diffstat (limited to '.github/workflows/bootstrap.yml')
-rw-r--r-- | .github/workflows/bootstrap.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 5b03bd754e..87d6ce2e6e 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -78,7 +78,7 @@ jobs: opensuse-sources: runs-on: ubuntu-latest - container: "opensuse/tumbleweed:latest@sha256:aeb62bae53022901b5da5d78d8de6ca07f5b3992e147e4c9723e0378ac0463ca" + container: "opensuse/leap:latest" steps: - name: Install dependencies run: | |