Skip to content

Commit d17ff95

Browse files
tamirmsurvisavla
authored andcommitted
.github: fix OS version for galexie CI (#5559)
1 parent 7adda56 commit d17ff95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/galexie-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
publish-docker:
1010
name: Test and push docker image
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
env:
1313
GALEXIE_INTEGRATION_TESTS_ENABLED: "true"
1414
GALEXIE_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core

.github/workflows/galexie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
galexie:
1010
name: Test
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
env:
1313
CAPTIVE_CORE_DEBIAN_PKG_VERSION: 22.0.0-2138.721fd0a65.focal
1414
GALEXIE_INTEGRATION_TESTS_ENABLED: "true"

0 commit comments

Comments
 (0)