From 928e371ab89f729508efac89c2c9445e2b8f68a3 Mon Sep 17 00:00:00 2001 From: xs5871 <60395129+xs5871@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:17:42 +0000 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8fed7c697..a10dcfabd 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -12,7 +12,7 @@ jobs: matrix: # Check https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/mpy-cross/linux-amd64/ to get the latest version mpy-cross-release: ["8.2.10", "9.0.5", "9.2.1"] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - run: echo "A ${{ github.event_name }} event trigged build of branch ${{ github.ref }}, repository ${{ github.repository }}" - name: Check out repository code