diff options
author | Nassim Zen <zenzelaoui.nassim@protonmail.com> | 2022-07-21 22:53:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 22:53:52 +0200 |
commit | b5eb154d74d3ccb1a5f4fcc4f073ebd841bb904e (patch) | |
tree | 67ce13a817a2932c88b87350c76c602dce3101e2 | |
parent | 6c3d9b981fb49743f19f36ac1514a579f8dbcab3 (diff) |
chore(ci): update actions to run on macos-12 (#15272)
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ae178c6f..d66e53d92 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' }} |