mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
use macos 12 on CI
This commit is contained in:
parent
5dd7187bc9
commit
136deeb26c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x]
|
node-version: [16.x]
|
||||||
os:
|
os:
|
||||||
- macos-11.0
|
- macos-12
|
||||||
- ubuntu-18.04
|
- ubuntu-18.04
|
||||||
- windows-latest
|
- windows-latest
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue