mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
ci: use ubuntu 18 specifically (#24904)
This commit is contained in:
committed by
GitHub
parent
a04091aaf7
commit
192ab05869
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user