Skip to content

Commit a46559a

Browse files
committed
Update to new standard linux builder images
1 parent 1281e88 commit a46559a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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

.github/workflows/nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Build and upload x86-64-unknown-linux-nightly to Cloudsmith
5151
runs-on: ubuntu-latest
5252
container:
53-
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
53+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:release
5454
steps:
5555
- uses: actions/checkout@v4.1.1
5656
- name: Build and upload

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: x86_64 Linux
4848
runs-on: ubuntu-latest
4949
container:
50-
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
50+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:release
5151
steps:
5252
- uses: actions/checkout@v4.1.1
5353
- name: Test with most recent ponyc release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
needs:
6565
- pre-artefact-creation
6666
container:
67-
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
67+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder:release
6868
steps:
6969
- uses: actions/checkout@v4.1.1
7070
- name: Build and upload

0 commit comments

Comments
 (0)