Skip to content

Commit 27111db

Browse files
committed
Leave Cactus running on Jammy.
1 parent 77fd192 commit 27111db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main-blockchains.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
cactus:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
-
1414
name: Checkout
@@ -42,7 +42,7 @@ jobs:
4242
provenance: false
4343
push: true
4444
build-args: |
45-
"UBUNTU_VER=noble"
45+
"UBUNTU_VER=jammy"
4646
"MACHINARIS_STREAM=latest"
4747
"CACTUS_BRANCH=main"
4848
tags: |

.github/workflows/test-blockchains.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
cactus:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
-
1313
name: Checkout
@@ -41,7 +41,7 @@ jobs:
4141
provenance: false
4242
push: true
4343
build-args: |
44-
"UBUNTU_VER=noble"
44+
"UBUNTU_VER=jammy"
4545
"MACHINARIS_STREAM=develop"
4646
"CHIADOG_BRANCH=dev"
4747
"CACTUS_BRANCH=main"

0 commit comments

Comments
 (0)