From 9be7ca2849c3c9709c7c1fd5179e2b80253a6c8d Mon Sep 17 00:00:00 2001 From: thelsing Date: Wed, 7 May 2025 20:19:59 +0200 Subject: [PATCH] Update cmake-arm.yml --- .github/workflows/cmake-arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-arm.yml b/.github/workflows/cmake-arm.yml index 59b6cd5..6f7dcc0 100644 --- a/.github/workflows/cmake-arm.yml +++ b/.github/workflows/cmake-arm.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: CC: arm-none-eabi-gcc CXX: arm-none-eabi-g++