chore(ci): change ubuntu to 20.04 (#1447)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1447
This commit is contained in:
sealday 2024-08-08 18:07:24 +08:00
parent bffb42601a
commit 4cd2d4215c

View File

@ -12,7 +12,7 @@ env:
jobs:
CI:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3