We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70fc7b commit 9d73c92Copy full SHA for 9d73c92
2 files changed
.github/workflows/breakage-against-ponyc-latest.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Verify main against the latest ponyc
13
runs-on: ubuntu-latest
14
container:
15
- image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.0:nightly
+ image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:nightly
16
steps:
17
- uses: actions/checkout@v6.0.2
18
- name: Test
.github/workflows/pr.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Test against recent ponyc release on Linux
22
23
24
- image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.0:release
+ image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:release
25
26
27
0 commit comments