diff options
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ca7ef433..43a5634a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: - poller: select - poller: poll name: build - runs-on: [ubuntu-latest] + runs-on: [ubuntu-24.04] steps: - name: Check out code uses: actions/checkout@v4 |
