Bläddra i källkod

ci: use not deprecated macOS (#1235)

Baptiste Augrain 2 år sedan
förälder
incheckning
b8acee21ca
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/insider-macos.yml

+ 1 - 1
.github/workflows/insider-macos.yml

@@ -28,7 +28,7 @@ jobs:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
         include:
         include:
-          - runner: macOS-10.15
+          - runner: macos-12
             vscode_arch: x64
             vscode_arch: x64
           - runner: [self-hosted, macOS, ARM64]
           - runner: [self-hosted, macOS, ARM64]
             vscode_arch: arm64
             vscode_arch: arm64