From 7d4d79a753850633a6c2bbcb50822a1d38d2d570 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 11 Apr 2025 20:14:52 -0400 Subject: [PATCH] Update to testing Linux with LibreSSL 4 --- .github/workflows/breakage-against-ponyc-latest.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/breakage-against-ponyc-latest.yml b/.github/workflows/breakage-against-ponyc-latest.yml index 8a61db8..82a4a40 100644 --- a/.github/workflows/breakage-against-ponyc-latest.yml +++ b/.github/workflows/breakage-against-ponyc-latest.yml @@ -12,7 +12,7 @@ jobs: name: Verify main against the latest ponyc om Linux runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.2:latest + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-4.0.0:latest services: postgres: image: postgres:14.5 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 713d8a3..8f045ab 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: name: Test against recent ponyc release on Linux runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.2:release + image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-4.0.0:release services: postgres: image: postgres:14.5