Skip to content

Commit

Permalink
ci: reduce matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuncan committed Mar 29, 2024
1 parent 26f08c4 commit b2ebb59
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,23 +278,23 @@ jobs:
matrix:
os:
- windows-latest
- ubuntu-latest
- ubuntu-20.04
# - ubuntu-latest
# - ubuntu-20.04
turbovnc-version:
- '3.1'
- '2.2.7'
# - '2.2.7'
image:
- false
include:
- os: macos-latest
turbovnc-version: 'none'
image: false
- os: ubuntu-latest
turbovnc-version: '3.1'
image: 'ubuntu-18.04'
- os: ubuntu-latest
turbovnc-version: '2.2.7'
image: 'ubuntu-18.04'
# include:
# - os: macos-latest
# turbovnc-version: 'none'
# image: false
# - os: ubuntu-latest
# turbovnc-version: '3.1'
# image: 'ubuntu-18.04'
# - os: ubuntu-latest
# turbovnc-version: '2.2.7'
# image: 'ubuntu-18.04'

# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2ebb59

Please sign in to comment.