Skip to content

Commit

Permalink
Merge #3212 into 1.2.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 29, 2024
2 parents 03a9b24 + e5319b2 commit 2aac369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2022]
os: [ubuntu-20.04, macos-12, windows-2022]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_netty_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
- os: windows-2019
transport: native
# macOS - https://github.com/netty/netty/issues/9689
- os: macos-11
- os: macos-12
transport: native

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
Expand Down

0 comments on commit 2aac369

Please sign in to comment.