Skip to content

Commit

Permalink
exclude crappy OS
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Feb 6, 2024
1 parent 36ecaa5 commit 1f54fbb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/atomicdex-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
fail-fast: false
matrix:
name: [
ubuntu-release,
ubuntu-release
# ubuntu-debug
osx-release,
# osx-release,
# osx-debug,
windows-release
# windows-release
# windows-debug
]

Expand All @@ -50,23 +50,23 @@ jobs:
# type: 'Debug'
# host: 'linux'

- name: osx-release
os: macos-12
qt: '5.15.2'
type: 'Release'
host: 'mac'
# - name: osx-release
# os: macos-12
# qt: '5.15.2'
# type: 'Release'
# host: 'mac'

# - name: osx-debug
# os: macos-12
# qt: '5.15.2'
# type: 'Debug'
# host: 'mac'

- name: windows-release
os: windows-latest
qt: '5.15.2'
type: 'Release'
host: 'windows'
# - name: windows-release
# os: windows-latest
# qt: '5.15.2'
# type: 'Release'
# host: 'windows'

# - name: windows-debug
# os: windows-latest
Expand Down

0 comments on commit 1f54fbb

Please sign in to comment.