major: build on ubuntu 22 and macos 13

This commit is contained in:
Edwin Joassart 2025-02-19 18:23:55 +01:00
parent 4375b960c2
commit 039a022353

View File

@ -21,18 +21,18 @@ jobs:
custom_test_matrix: > custom_test_matrix: >
{ {
"os": [ "os": [
["ubuntu-20.04"], ["ubuntu-22.04"],
["windows-2019"], ["windows-2019"],
["macos-12"], ["macos-13"],
["macos-latest-xlarge"] ["macos-latest-xlarge"]
] ]
} }
custom_publish_matrix: > custom_publish_matrix: >
{ {
"os": [ "os": [
["ubuntu-20.04"], ["ubuntu-22.04"],
["windows-2019"], ["windows-2019"],
["macos-12"], ["macos-13"],
["macos-latest-xlarge"] ["macos-latest-xlarge"]
] ]
} }