mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore(ci): update actions to run on macos-12 (#15272)
This commit is contained in:
parent
6c3d9b981f
commit
b5eb154d74
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Reference in a new issue