Github action runtime change to ubuntu 18.04

This commit is contained in:
Zhong Lufan 2022-06-20 03:07:34 +08:00
parent 33494ce4b7
commit 2cd67c99bb
No known key found for this signature in database
GPG Key ID: BE2B3A1E76AD7D04
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04 # Test on old version bash
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1