Skip to content

Commit 8209971

Browse files
Use Ubuntu to build windows
1 parent ae67fe0 commit 8209971

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/plugin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
strategy:
5555
matrix:
5656
include:
57-
- os: windows-2022
57+
- os: ubuntu-24.04
5858
arch: amd64
5959
target: windows
6060
ext: .exe
61-
- os: ubuntu-22.04
61+
- os: ubuntu-24.04
6262
arch: amd64
6363
target: linux
64-
- os: ubuntu-22.04
64+
- os: ubuntu-24.04
6565
arch: arm64
6666
target: linux
6767
- os: macos-13
@@ -144,5 +144,5 @@ jobs:
144144
- name: Upload Plugin zip package
145145
uses: actions/upload-artifact@v4
146146
with:
147-
name: deweb-plugin_${{ matrix.target }}_${{ matrix.arch }}_zip
147+
name: deweb-plugin_${{ matrix.target }}_${{ matrix.arch }}
148148
path: plugin/deweb-plugin_${{ matrix.target }}_${{ matrix.arch }}.zip

.github/workflows/server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
strategy:
6969
matrix:
7070
include:
71-
- os: windows-2022
71+
- os: ubuntu-24.04
7272
arch: amd64
7373
target: windows
7474
ext: .exe
75-
- os: ubuntu-22.04
75+
- os: ubuntu-24.04
7676
arch: amd64
7777
target: linux
78-
- os: ubuntu-22.04
78+
- os: ubuntu-24.04
7979
arch: arm64
8080
target: linux
8181
- os: macos-13

0 commit comments

Comments
 (0)