From fcf06915d5ed7beb14dbadc5859040893a056e83 Mon Sep 17 00:00:00 2001 From: AlekseyMartynov Date: Thu, 31 Oct 2024 21:23:13 +0300 Subject: [PATCH] Temporarily force `ubuntu-24.04` for `linux-arm64` https://github.com/actions/runner-images/issues/10636#issuecomment-2417303444 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a418be7..aed483d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - { os: windows-latest, rid: win-x64 } - { os: windows-latest, rid: win-arm64 } - { os: ubuntu-latest, rid: linux-x64 } - - { os: ubuntu-latest, rid: linux-arm64 } + - { os: ubuntu-24.04, rid: linux-arm64 } # TODO - { os: macos-latest, rid: osx-x64 } - { os: macos-latest, rid: osx-arm64 }