commit | 564b287404ec02f5174362ed41f84b44978a5abd | [log] [tgz] |
---|---|---|
author | Jiayu Liu <Jimexist@users.noreply.github.com> | Wed Oct 12 11:42:38 2022 +0800 |
committer | GitHub <noreply@github.com> | Wed Oct 12 11:42:38 2022 +0800 |
tree | 1e7bec2a8ac70aa49ad8f6fd33cc6ca8d46a2592 | |
parent | 50c3eca33288b9e27d576dbd04ba6013029a1806 [diff] |
add ubuntu jammy in build infra (#2684)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84b0042..3d91644 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ compiler: strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04] + os: [ubuntu-20.04, ubuntu-22.04] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3