Skip to content

Commit

Permalink
Bump MacOs image version to 11 (#2404)
Browse files Browse the repository at this point in the history
GitHub Actions complain with:

```
The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead.
For more details see actions/runner-images#5583
```
  • Loading branch information
violetagg committed Jul 27, 2022
1 parent 930ab40 commit 7bac5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_netty_snapshots.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_transport.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
Expand Down

0 comments on commit 7bac5cb

Please sign in to comment.