Update main.yml

This commit is contained in:
Yoshiko
2020-04-11 15:27:30 +08:00
committed by GitHub
parent 642412a8ec
commit ac2c3c2af7

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [MacOS-latest, Windows-latest, Linux-latest] os: [macos-latest, windows-latest, ubuntu-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2