From e70f1391b22e48b5b29e3512d97e801f4bdf83e5 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 14 Sep 2022 00:00:52 +0200 Subject: [PATCH] fix(ci): use macos 12 runner --- .github/workflows/stable-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index eb405eb..670e795 100644 --- a/.github/workflows/stable-macos.yml +++ b/.github/workflows/stable-macos.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: include: - - runner: macOS-10.15 + - runner: macos-12 vscode_arch: x64 - runner: [self-hosted, macOS, ARM64] vscode_arch: arm64