Skip to content

Commit

Permalink
🚧 upgrade qt version ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 27, 2024
1 parent 54d3138 commit 67ee11c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.8"
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.1"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand All @@ -37,7 +37,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
APP_NAME: "WebSocketReflectorX"
APP_VERSION: "0.2.8"
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.1"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand All @@ -34,7 +34,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}

Expand Down

0 comments on commit 67ee11c

Please sign in to comment.