Skip to content

Commit 7096371

Browse files
committed
[build] Switch from macOS-12 to macOS-13
macOS-12 is deprecated and will be removed actions/runner-images#10721
1 parent 5fc39aa commit 7096371

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check_graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-20.04, macos-12, windows-2022]
13+
os: [ubuntu-20.04, macos-13, windows-2022]
1414
transport: [native, nio]
1515
exclude:
1616
# excludes native on Windows (there's none)

.github/workflows/check_netty_snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-20.04, macos-12, windows-2019]
14+
os: [ubuntu-20.04, macos-13, windows-2019]
1515
transport: [native, nio]
1616
exclude:
1717
# excludes native on Windows (there's none)
1818
- os: windows-2019
1919
transport: native
2020
# macOS - https://github.com/netty/netty/issues/9689
21-
- os: macos-12
21+
- os: macos-13
2222
transport: native
2323

2424
steps:

.github/workflows/check_transport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-20.04, macos-12, windows-2019]
46+
os: [ubuntu-20.04, macos-13, windows-2019]
4747
transport: [native, nio]
4848
exclude:
4949
# excludes native on Windows (there's none)

0 commit comments

Comments
 (0)