mirror of
https://github.com/Hill-98/aliyun-openapi-bash-sdk.git
synced 2025-10-22 18:09:33 +08:00
Github action runtime change to ubuntu 18.04
This commit is contained in:
2
.github/workflows/bats-test.yml
vendored
2
.github/workflows/bats-test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user