Skip to content

Commit

Permalink
Leave Cactus running on Jammy.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 17, 2025
1 parent 77fd192 commit 27111db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
cactus:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=noble"
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=latest"
"CACTUS_BRANCH=main"
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cactus:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=noble"
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=develop"
"CHIADOG_BRANCH=dev"
"CACTUS_BRANCH=main"
Expand Down

0 comments on commit 27111db

Please sign in to comment.