We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e031427 commit 20b3149Copy full SHA for 20b3149
1 file changed
.github/workflows/main.yml
@@ -25,10 +25,10 @@ jobs:
25
strategy:
26
matrix:
27
os:
28
+ - windows-2025
29
- windows-2022
30
- ubuntu-24.04
31
- ubuntu-22.04
- - ubuntu-20.04
32
turbovnc-version:
33
- "3.1"
34
# - "2.2.7"
@@ -37,6 +37,8 @@ jobs:
37
turbovnc-version: "none"
38
- os: macos-14
39
40
+ - os: macos-15
41
+ turbovnc-version: "none"
42
43
# The type of runner that the job will run on
44
runs-on: ${{ matrix.os }}
0 commit comments