Skip to content

Commit

Permalink
major: build on ubuntu 22 and macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Feb 20, 2025
1 parent 4375b96 commit 039a022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
custom_test_matrix: >
{
"os": [
["ubuntu-20.04"],
["ubuntu-22.04"],
["windows-2019"],
["macos-12"],
["macos-13"],
["macos-latest-xlarge"]
]
}
custom_publish_matrix: >
{
"os": [
["ubuntu-20.04"],
["ubuntu-22.04"],
["windows-2019"],
["macos-12"],
["macos-13"],
["macos-latest-xlarge"]
]
}
Expand Down

0 comments on commit 039a022

Please sign in to comment.