This commit is contained in:
Bipin 2023-06-18 23:00:18 +05:30 committed by GitHub
parent 6a8a6ee9a4
commit e7f7c14eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
name: Build name: Build
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-16.04, windows-latest] os: [macos-latest, ubuntu-20.04, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}