Skip to content

Commit d94abf4

Browse files
committed
Run the breakage test against a ponyc that still moves
shared-docker renamed the pcre builder image and moved it off the `latest` tag on 2025-10-20. The old name kept resolving, so nothing failed and the workflow went on building against the ponyc frozen into that image. Closes #70
1 parent ff0a4df commit d94abf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/breakage-against-ponyc-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Test against ponyc main
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-pcre:latest
15+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-pcre:nightly
1616
steps:
1717
- uses: actions/checkout@v6.0.2
1818
- name: Test

0 commit comments

Comments
 (0)