Skip to content

Commit

Permalink
[build] Switch from macOS-12 to macOS-13 (#3457)
Browse files Browse the repository at this point in the history
macOS-12 is deprecated and will be removed
actions/runner-images#10721
  • Loading branch information
violetagg authored Oct 7, 2024
1 parent 463eb71 commit 10bbca5
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-12, windows-2022]
os: [ubuntu-20.04, macos-13, 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-12, windows-2019]
os: [ubuntu-20.04, macos-13, 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-12
- os: macos-13
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-12, windows-2019]
os: [ubuntu-20.04, macos-13, windows-2019]
transport: [native, nio]
exclude:
# excludes native on Windows (there's none)
Expand Down

0 comments on commit 10bbca5

Please sign in to comment.