Skip to content

Commit 9b76ead

Browse files
committed
ci: add ubuntu 26 and macos 16 runners
1 parent 5dd1a17 commit 9b76ead

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ jobs:
2727
os:
2828
- windows-2025
2929
- windows-2022
30+
- ubuntu-26.04
3031
- ubuntu-24.04
3132
- ubuntu-22.04
3233
turbovnc-version:
3334
- "3.1"
3435
# - "2.2.7"
3536
include:
36-
- os: macos-14
37+
- os: macos-16
3738
turbovnc-version: "none"
3839
- os: macos-15
3940
turbovnc-version: "none"
41+
- os: macos-14
42+
turbovnc-version: "none"
4043

4144
# The type of runner that the job will run on
4245
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)