Skip to content

Commit e470682

Browse files
authored
Switch CI from ponyc nightly back to release (#131)
0.65.0 is out, so the CI workflows that were pointed at nightly ponyc during the release cycle go back to release ponyc.
1 parent 21f0860 commit e470682

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
url: ${{ steps.deployment.outputs.page_url }}
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/ponylang/library-documentation-action-v2:nightly
24+
image: ghcr.io/ponylang/library-documentation-action-v2:release
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v6.0.2

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Test against recent ponyc release on Linux
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:nightly
24+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:release
2525
steps:
2626
- uses: actions/checkout@v6.0.2
2727
- name: Test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs:
4141
- pre-artefact-creation
4242
container:
43-
image: ghcr.io/ponylang/library-documentation-action-v2:nightly
43+
image: ghcr.io/ponylang/library-documentation-action-v2:release
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)