Skip to content

Commit 20b3149

Browse files
committed
ci: remove deprecated ubuntu 20.04, add new windows 2025 and macos 15
1 parent e031427 commit 20b3149

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
strategy:
2626
matrix:
2727
os:
28+
- windows-2025
2829
- windows-2022
2930
- ubuntu-24.04
3031
- ubuntu-22.04
31-
- ubuntu-20.04
3232
turbovnc-version:
3333
- "3.1"
3434
# - "2.2.7"
@@ -37,6 +37,8 @@ jobs:
3737
turbovnc-version: "none"
3838
- os: macos-14
3939
turbovnc-version: "none"
40+
- os: macos-15
41+
turbovnc-version: "none"
4042

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

0 commit comments

Comments
 (0)