Skip to content

Commit

Permalink
Merge #2404 into 1.1.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jul 27, 2022
2 parents 9ecb28e + 7bac5cb commit 8fe4d04
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 8fe4d04

Please sign in to comment.