mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +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:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user