diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5dbc04..4bfeb84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ on: - master jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: # https://github.com/actions/checkout - name: Checkout @@ -31,7 +31,7 @@ jobs: run: npm run fmtcheck integration: if: github.event_name == 'push' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v2