1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore(ci): update actions to run on macos-12 (#15272)

This commit is contained in:
Nassim Zen 2022-07-21 22:53:52 +02:00 committed by GitHub
parent 6c3d9b981f
commit b5eb154d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}