Merge pull request #4407 from balena-io/build-ubuntu22-macos13

major: build on ubuntu 22 and macos 13
This commit is contained in:
flowzone-app[bot] 2025-02-20 14:26:06 +00:00 committed by GitHub
commit 4759bc7686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"]
] ]
} }