Skip to content

Commit faab6b2

Browse files
committed
Fix MacOS x86 build by switching to the macos-14-large GH runner
Change-type: patch See: https://balena.fibery.io/Work/Project/2581
1 parent d1dab67 commit faab6b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flowzone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
"os": [
2424
["ubuntu-22.04"],
2525
["windows-2022"],
26-
["macos-14"],
26+
["macos-14-large"],
2727
["macos-latest-xlarge"]
2828
]
2929
}
@@ -32,7 +32,7 @@ jobs:
3232
"os": [
3333
["ubuntu-22.04"],
3434
["windows-2022"],
35-
["macos-14"],
35+
["macos-14-large"],
3636
["macos-latest-xlarge"]
3737
]
3838
}

0 commit comments

Comments
 (0)