Skip to content

Commit ab46ed4

Browse files
authored
Switch CI from ponyc nightly back to release (#85)
0.69.0 is out, so the CI workflows that were pointed at nightly ponyc during the release cycle go back to release ponyc.
1 parent 8b058d2 commit ab46ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pony-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Lint Pony source
1818
runs-on: ubuntu-latest
1919
container:
20-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:nightly
20+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:release
2121
steps:
2222
- uses: actions/checkout@v6.0.2
2323
- name: Lint

0 commit comments

Comments
 (0)