diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04a2d7b..18d7d4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -46,7 +46,7 @@ jobs: deploy: needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event.repository.fork == false && github.ref == 'refs/heads/dev' environment: name: github-pages