Skip to content

Commit

Permalink
remove forcing vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Nov 28, 2023
1 parent 34d078a commit 9f84b4b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
qt_version_major: '6'
qt_modules: 'qtmultimedia qtserialport'

- os: windows-2022
cmake_args: '-G "Visual Studio 17 2022"'

- os: macos-12
cmake_args: ''

- os: ubuntu-22.04
cmake_args: ''

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -54,7 +45,7 @@ jobs:
cd Arduino-Source/SerialPrograms
mkdir bin
cd bin
cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }} ${{ matrix.cmake_args }}
cmake .. -DQT_MAJOR:STRING=${{ matrix.qt_version_major }}
- name: Generate binaries
run: |
cd Arduino-Source/SerialPrograms/bin
Expand Down

0 comments on commit 9f84b4b

Please sign in to comment.