ci: use macos-13 in GitHub workflows (#269)

Build with a more recent version to better suit developers' machines,
which usually use a recent operating system.
development
Thomas Bouffard 2023-12-01 09:51:11 +01:00 committed by GitHub
parent 6e6009aebd
commit 9e6c854aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,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-22.04', 'macos-12', 'windows-2022']
os: ['ubuntu-22.04', 'macos-13', 'windows-2022']
steps:
- uses: actions/checkout@v4
- name: Setup node