same for darwin+x86-64

This commit is contained in:
Jacob Heider 2023-02-02 18:12:06 -05:00
parent db7a6b87c5
commit d9106f68a3
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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":