From a3b8d245ab4f0f402738bf651852e06b421c26c2 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Thu, 14 Nov 2024 14:15:38 -0800 Subject: [PATCH] Update build script to target CEF 131 (branch 6778) & windows-xlarge runner --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a0c9fbc..4d948e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - os: [windows-large] + os: [windows-xlarge] addrsize: ["64"] include: - os: macos