From d702ee411f9206497f59cccf0de333bf4bdc0dec Mon Sep 17 00:00:00 2001 From: Hongren Zheng Date: Wed, 15 May 2024 11:16:11 +0800 Subject: [PATCH] CI: cross-compile: runs on ubuntu-24.04 Related to https://github.com/actions/runner-images/issues/9848 Related to https://github.com/openssl/openssl/pull/20139 --- .github/workflows/cross-compiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index 0d0384c8e50f27..56dc6f9ff41f81 100644 --- a/.github/workflows/cross-compiles.yml +++ b/.github/workflows/cross-compiles.yml @@ -150,7 +150,7 @@ jobs: tests: none } ] - runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }} + runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-24.04' || 'ubuntu-22.04-self-hosted' }} steps: - name: install package repository if: matrix.platform.ppa != ''