From abea717d41a0ba57e3c621b97b1a64e8ed03f5fe Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 18 Oct 2024 11:57:53 +0200 Subject: [PATCH 1/2] Pin Ubuntu --- .github/workflows/daily.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 2062b58e0869..d519cbc6168c 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -60,7 +60,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ["ubuntu-latest", "windows-latest", "macos-latest"] + # As of 2024-10-18, ubuntu-latest can refer to different Ubuntu versions, + # which causes problems when testing gdb. + os: ["ubuntu-24.04", "windows-latest", "macos-latest"] shard-index: [0, 1, 2, 3] fail-fast: false steps: From 0e89ee3bd7dc9fa14e28b968c77cbb099ffadc4c Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 18 Oct 2024 11:58:34 +0200 Subject: [PATCH 2/2] Pin Ubuntu --- .github/workflows/stubtest_third_party.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stubtest_third_party.yml b/.github/workflows/stubtest_third_party.yml index 0b45a90c7afd..91eb3c51b1cb 100644 --- a/.github/workflows/stubtest_third_party.yml +++ b/.github/workflows/stubtest_third_party.yml @@ -32,7 +32,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ["ubuntu-latest", "windows-latest", "macos-latest"] + # As of 2024-10-18, ubuntu-latest can refer to different Ubuntu versions, + # which causes problems when testing gdb. + os: ["ubuntu-24.04", "windows-latest", "macos-latest"] fail-fast: false steps: