mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
same for darwin+x86-64
This commit is contained in:
parent
db7a6b87c5
commit
d9106f68a3
|
@ -21,7 +21,9 @@ let testMatrix: { os: string | string[], container: string | undefined }[]
|
|||
switch(platform) {
|
||||
case "darwin+x86-64":
|
||||
os = "macos-11"
|
||||
buildOs = ["self-hosted", "macOS", "X64"]
|
||||
// Using GHA resources for now, until we resolve network issues with our runners
|
||||
// buildOs = ["self-hosted", "macOS", "X64"]
|
||||
buildOs = os
|
||||
testMatrix = [{ os, container: undefined }]
|
||||
break
|
||||
case "darwin+aarch64":
|
||||
|
|
Loading…
Reference in a new issue