From b5eb154d74d3ccb1a5f4fcc4f073ebd841bb904e Mon Sep 17 00:00:00 2001 From: Nassim Zen Date: Thu, 21 Jul 2022 22:53:52 +0200 Subject: [PATCH] chore(ci): update actions to run on macos-12 (#15272) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ae178c6f9..d66e53d92b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,10 @@ jobs: strategy: matrix: include: - - os: macos-10.15 + - os: macos-12 job: test profile: fastci - - os: macos-10.15 + - os: macos-12 job: test profile: release - os: ${{ github.repository == 'denoland/deno' && 'windows-2019-xl' || 'windows-2019' }}