mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
ci: fix up unsupported host system version
This commit is contained in:
parent
080b9a9d03
commit
0c40e600a2
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -176,7 +176,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ 1.23.x ]
|
go-version: [ 1.23.x ]
|
||||||
platform: [ ubuntu-18.04 ]
|
platform: [ ubuntu-20.04 ]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Start MySQL server
|
- name: Start MySQL server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user