Add macos-13 test target.

Also flatten OS list for clarity.
This commit is contained in:
Darren Tucker 2023-05-01 11:45:14 +10:00
parent aacfd67674
commit d9687f4968
No known key found for this signature in database
1 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,14 @@ jobs:
fail-fast: false
matrix:
# First we test all OSes in the default configuration.
target: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022]
target:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
- macos-13
- windows-2019
- windows-2022
config: [default]
# Then we include any extra configs we want to test for specific VMs.
# Valgrind slows things down quite a bit, so start them first.