Skip to content

Commit 40eefe9

Browse files
committed
update build image
1 parent 96d195d commit 40eefe9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
build_type: [Release, Debug]
4646
container:
4747
[
48-
'{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }',
48+
'{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }',
4949
]
5050
static: [true]
5151

@@ -73,7 +73,7 @@ jobs:
7373
uses: ./.github/workflows/build_impl.yml
7474
with:
7575
runs_on: heavy
76-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
76+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
7777
conan_profile: gcc
7878
build_type: Debug
7979
disable_cache: false
@@ -91,7 +91,7 @@ jobs:
9191
uses: ./.github/workflows/build_impl.yml
9292
with:
9393
runs_on: heavy
94-
container: '{ "image": "ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430" }'
94+
container: '{ "image": "ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d" }'
9595
conan_profile: gcc
9696
build_type: Release
9797
disable_cache: false
@@ -107,7 +107,7 @@ jobs:
107107
needs: build-and-test
108108
runs-on: heavy
109109
container:
110-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
110+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
111111

112112
steps:
113113
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)