build: fix build failed

remove Ubuntu 20.04 LTS runner because it is unsupported
This commit is contained in:
lerdb 2025-06-02 23:30:11 +08:00 committed by GitHub
parent ee4af7d06b
commit 3708580ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
runs-on: [windows-latest, macos-latest, ubuntu-latest, ubuntu-20.04]
runs-on: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout git repo