Skip to content

Commit cec2b03

Browse files
committed
[ci] use the main build box in CI
CI runs only on `main` and PRs onto `main`, so this is fine.
1 parent 36ad305 commit cec2b03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: EasyCrypt compilation (opam)
1717
runs-on: ubuntu-24.04
1818
container:
19-
image: ghcr.io/easycrypt/ec-build-box
19+
image: ghcr.io/easycrypt/ec-build-box:main
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Install EasyCrypt dependencies
@@ -52,7 +52,7 @@ jobs:
5252
needs: compile-opam
5353
runs-on: ubuntu-24.04
5454
container:
55-
image: ghcr.io/easycrypt/ec-build-box
55+
image: ghcr.io/easycrypt/ec-build-box:main
5656
strategy:
5757
fail-fast: false
5858
matrix:
@@ -101,7 +101,7 @@ jobs:
101101
needs: [compile-opam, fetch-external-matrix]
102102
runs-on: ubuntu-24.04
103103
container:
104-
image: ghcr.io/easycrypt/ec-build-box
104+
image: ghcr.io/easycrypt/ec-build-box:main
105105
strategy:
106106
fail-fast: false
107107
matrix:

0 commit comments

Comments
 (0)