Change all OSes to -latest in build

This commit is contained in:
Shreyans Jain 2022-10-04 17:37:13 +05:30 committed by GitHub
parent c053860f25
commit e3a76cc434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-2019', 'macos-11']
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
fail-fast: false
max-parallel: 3