summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-09-24 09:22:40 +0200
committerGitHub <noreply@github.com>2021-09-24 01:22:40 -0600
commit03c203effa0a3b0939444cde7a771c12d26c5758 (patch)
tree9f2c96320c4ee3b2f5811b51286421f73ae335be /.github
parentba452f764538f94f487425b70a81d12b27fd45a1 (diff)
downloadspack-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')
-rw-r--r--.github/workflows/bootstrap.yml2
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: |