Skip to content

Commit e27ead5

Browse files
committed
Updates
1 parent f163a17 commit e27ead5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
branches: [ main ]
1010
env:
11-
QT_VERSION: 6.7.1
11+
QT_VERSION: 6.9.1
1212
jobs:
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
@@ -59,7 +59,7 @@ jobs:
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
}
@@ -88,7 +88,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)