Updated GitHub Actions Environments (#372)
Rather than `*-latest`, I'm specifying specific environments.
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, ubuntu-18.04]
|
||||
platform: [ubuntu-20.04, ubuntu-18.04, macos-11, macos-10.15]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user