Skip to content

Commit

Permalink
Merge pull request #31 from Code-Hex/master
Browse files Browse the repository at this point in the history
Merge master branch to v1 branch
  • Loading branch information
Code-Hex authored Aug 10, 2022
2 parents a2ebc85 + 82348b0 commit 0a2527e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Build
on:
push:
paths-ignore:
- example/**
- README.md
branches:
- "master"
pull_request: {}
- "master"
pull_request:
paths-ignore:
- example/**
- README.md
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -13,8 +19,9 @@ jobs:
os:
- macOS-11
go:
- 1.16
- 1.17
- 1.18
- 1.19
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,21 @@ Please see the example directory.

## REQUIREMENTS

- Higher or equal to macOS Big Sur (11.0.0)
- If you're M1 Mac User need higher or equal to Go 1.16
Higher or equal to Go 1.17.

### macOS Monterey (v12.x.x)

For the latest macOS version is developed on the [master](https://github.com/Code-Hex/vz) branch and released as `v2.x.x`.

You can install by `go get github.com/Code-Hex/vz/v2`

### macOS Big Sur (v11.x.x)

Some methods of this framework are available and some are not, depending on the version of macOS. Therefore, Go language side also needs to control which methods are available depending on the macOS version.

From now on, those available in Big Sur (11.0.0) will be developed on the [v1](https://github.com/Code-Hex/vz/tree/v1) branch and released as `v1.x.x`.

You can install by `go get github.com/Code-Hex/vz`

## IMPORTANT

Expand Down

0 comments on commit 0a2527e

Please sign in to comment.