diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f11c66..a20560c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: [pull_request, push] jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: checkout repository uses: https://git.eplg.services/actions/checkout@v4