We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37f991 commit 9d39908Copy full SHA for 9d39908
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
default: Debug
10
is_qt_cached:
11
description: Enable Qt caching or not
12
- type: string
+ type: boolean
13
default: true
14
secrets:
15
SPARKLE_ED25519_KEY:
@@ -48,17 +48,7 @@ on:
48
49
jobs:
50
build:
51
- runs-on: ${{ matrix.os }}
52
-
53
- env:
54
- MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
55
- INSTALL_DIR: "install"
56
- INSTALL_PORTABLE_DIR: "install-portable"
57
- INSTALL_APPIMAGE_DIR: "install-appdir"
58
- BUILD_DIR: "build"
59
- CCACHE_VAR: ""
60
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
61
+ runs-on: ubuntu-22.04
62
steps:
63
##
64
# PREPARE
0 commit comments