File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 name : Verify in release mode on Linux with most recent ponyc
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux- builder:latest
12+ image : ghcr.io/ponylang/shared-docker-ci-standard- builder:nightly
1313 steps :
1414 - uses : actions/checkout@v1
1515 - name : Test with the most recent ponyc
1919 name : Verify in debug mode on Linux with most recent ponyc
2020 runs-on : ubuntu-latest
2121 container :
22- image : ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux- builder:latest
22+ image : ghcr.io/ponylang/shared-docker-ci-standard- builder:nightly
2323 steps :
2424 - uses : actions/checkout@v1
2525 - name : Test with the most recent ponyc
Original file line number Diff line number Diff line change 3030 name : Verify release mode on Linux with most recent ponyc release
3131 runs-on : ubuntu-latest
3232 container :
33- image : ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux -builder:release
33+ image : ghcr.io/ponylang/shared-docker-ci-standard -builder:release
3434 steps :
3535 - uses : actions/checkout@v1
3636 - name : Test with the most recent ponyc release
4040 name : Verify debug mode on Linux with most recent ponyc release
4141 runs-on : ubuntu-latest
4242 container :
43- image : ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux -builder:release
43+ image : ghcr.io/ponylang/shared-docker-ci-standard -builder:release
4444 steps :
4545 - uses : actions/checkout@v1
4646 - name : Test with the most recent ponyc release
You can’t perform that action at this time.
0 commit comments