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