mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-03 18:52:16 +08:00
build: fix build failed
remove Ubuntu 20.04 LTS runner because it is unsupported
This commit is contained in:
parent
ee4af7d06b
commit
3708580ed0
2
.github/workflows/build_beta.yml
vendored
2
.github/workflows/build_beta.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user