Skip to content

Commit 9124d29

Browse files
committed
update ci srcipts
1 parent 5e90be5 commit 9124d29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
windows-qbs:
77
name: Build with Qbs
8-
runs-on: windows-2019
8+
runs-on: windows-2022
99

1010
steps:
1111
- name: Install Qbs
@@ -14,11 +14,11 @@ jobs:
1414
- name: Setup Qbs
1515
run: |
1616
qbs setup-toolchains --detect
17-
qbs config defaultProfile MSVC2019-x64
17+
qbs config defaultProfile MSVC2022-x64
1818
qbs config --list profiles
1919
2020
- name: Git Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- run: >-
2424
qbs build
@@ -32,7 +32,7 @@ jobs:
3232
run: 7z a ../DesktopDuplicator-${{ github.run_id }}.7z * -r
3333

3434
- name: Upload
35-
uses: actions/upload-artifact@v1
35+
uses: actions/upload-artifact@v4
3636
with:
3737
path: ./DesktopDuplicator-${{ github.run_id }}.7z
3838
name: DesktopDuplicator-${{ github.run_id }}.7z

0 commit comments

Comments
 (0)