File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 pull_request :
99 branches : [ main ]
1010env :
11- QT_VERSION : 6.7 .1
11+ QT_VERSION : 6.9 .1
1212jobs :
1313 # This is a super hacky way to get this into a place that can actually be
1414 # used by downstream jobs because YAML values don't allow shell
5959 config :
6060 - {
6161 name : " Linux"
62- , os: ubuntu-20 .04
62+ , os: ubuntu-24 .04
6363 , QT_INST_DIR: /opt
6464 , extraCMakeConfig: "-DCMAKE_INSTALL_PREFIX=/usr"
6565 }
8888 echo "signWinRelease=${{ needs.run-info.outputs.signWinRelease }}" >> $GITHUB_ENV
8989
9090 - name : Check out code
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v5
9292 with :
9393 submodules : true
9494 fetch-depth : 0
@@ -115,7 +115,7 @@ jobs:
115115 p12-password : ${{ secrets.MACOS_PASS }}
116116
117117 - name : Install Qt
118- uses : jurplel/install-qt-action@v4.1.1
118+ uses : jurplel/install-qt-action@v4.3.0
119119 with :
120120 dir : ${{matrix.config.QT_INST_DIR}}
121121 arch : ${{ matrix.config.QT_ARCH }}
You can’t perform that action at this time.
0 commit comments