Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade mac os build version #635

Merged
merged 3 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- os: windows-2019
target: win
node: 20
- os: macos-12
- os: macos-13
target: macos
node: 20
- os: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- os: ubuntu-latest
executable: bright-cli-linux-x64
node: 20
- os: macos-12
- os: macos-13
executable: bright-cli-macos-x64
node: 20
- os: macos-latest
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The NPM allows you to install the Bright Command Line Interface (CLI) on your ma

## 🔎 Table of Contents

- [Quick Start](#🚀-quick-start)
- [Full Documentation](#📚-full-documentation)
- [License](#📝-license)
- [Quick Start](#-quick-start)
- [Full Documentation](#-full-documentation)
- [License](#-license)

## 🚀 Quick Start

Expand Down Expand Up @@ -77,6 +77,6 @@ The **Bright CLI** can do so much more! You can find a full guide with the usage

## 📝 License

Copyright © 2023 [Bright Security Inc.](https://brightsec.com/)
Copyright © 2024 [Bright Security Inc.](https://brightsec.com/)

This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.
Loading