Browse Source

Use `ubuntu-22.04` to build and test.

pull/21919/head
maliming 1 year ago
committed by GitHub
parent
commit
eaa9e2dc22
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -47,7 +47,7 @@ permissions:
jobs:
build-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 40
if: ${{ !github.event.pull_request.draft }}
steps:

Loading…
Cancel
Save