ci: use more recent OS versions when building (#155)

macos: 11 to 12
ubuntu: 20.04 to 22.04
windows: 2019 to 2022
development
Thomas Bouffard 2022-12-14 14:16:13 +01:00 committed by GitHub
parent 3954001a84
commit e730207a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
# we want to run the full build on all os: don't cancel running jobs even if one fails
fail-fast: false
matrix:
os: ['ubuntu-20.04', 'macos-11', 'windows-2019']
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
steps:
- uses: actions/checkout@v3
- name: Setup node