Skip to content

Commit

Permalink
run on desktop also (fix renaming bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Nov 10, 2023
1 parent 923902e commit c097f16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ concurrency:
jobs:
linux_build:
runs-on: ubuntu-22.04
if: github.repository == 'merginmaps/input-sdk'

env: # update README for devs if you modify these env. variables
QT_VERSION: '6.6.0' # use scripts/update_qt_version.bash to change
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ concurrency:
jobs:
mac_os_build:
runs-on: macos-12
if: github.repository == 'merginmaps/input-sdk'

env: # update README for devs if you modify these env. variables
QT_VERSION: '6.6.0' # use scripts/update_qt_version.bash to change
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ concurrency:

jobs:
win64_build:
if: ( github.repository == 'MerginMaps/input-sdk' )
runs-on: windows-2019

env: # update README for devs if you modify these env. variables
Expand Down

0 comments on commit c097f16

Please sign in to comment.