mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
ci: use certain OS version instead of latest
macos-latest to macos-10.15 windows-latest to windows-2019 https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
This commit is contained in:
parent
4c8cffc919
commit
5ea6b89575
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
||||
- 'ubuntu-20.04'
|
||||
- 'ubuntu-18.04'
|
||||
- 'ubuntu-16.04'
|
||||
- 'macos-latest'
|
||||
- 'windows-latest'
|
||||
- 'macos-10.15' # macos-latest
|
||||
- 'windows-2019' # windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user