Skip to content

Commit

Permalink
Update cross-riscv64 builder to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 27, 2024
1 parent 23c14f7 commit b8f9fa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-dockerfiles/cross-riscv64/Dockerfile
@@ -1,4 +1,4 @@
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu20.04-builder:20230830
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu24.04-builder:20240425

USER root

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -136,7 +136,7 @@ jobs:
fail-fast: false
matrix:
include:
- image: ghcr.io/ponylang/ponyc-ci-cross-riscv64:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-riscv64:20240427
name: riscv64 Linux glibc

name: ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lib-cache.yml
Expand Up @@ -21,9 +21,9 @@ jobs:
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu22.04-builder:20230924
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu20.04-builder:20230830
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-musl-builder:20231003
- image: ghcr.io/ponylang/ponyc-ci-cross-riscv64:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-arm:20240427
- image: ghcr.io/ponylang/ponyc-ci-cross-armhf:20240427
- image: ghcr.io/ponylang/ponyc-ci-cross-riscv64:20240427
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427

name: ${{ matrix.image }}
Expand Down

0 comments on commit b8f9fa2

Please sign in to comment.