diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a71e090a..5d2da8f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: @@ -67,6 +67,6 @@ jobs: # For github to have a unique status check name build-status: needs: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: echo 'All good'