Skip to content

Commit

Permalink
Merge #2404 into 2.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jul 27, 2022
2 parents 5b22acd + 8fe4d04 commit ae801ad
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 ae801ad

Please sign in to comment.