mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-14 08:25:16 +00:00
cd: use linux ubuntu 20.04 for older glibc (2.31)
This commit is contained in:
parent
9dbb8171a6
commit
1cce1b2713
6
.github/workflows/spotube-release-binary.yml
vendored
6
.github/workflows/spotube-release-binary.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
path: dist/
|
||||
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: subosito/flutter-action@v2.8.0
|
||||
@ -167,7 +167,7 @@ jobs:
|
||||
path: dist/
|
||||
|
||||
android:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: subosito/flutter-action@v2.8.0
|
||||
@ -274,7 +274,7 @@ jobs:
|
||||
build/Spotube-macos-x86_64.dmg
|
||||
|
||||
upload:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- windows
|
||||
- linux
|
||||
|
Loading…
Reference in New Issue
Block a user