Skip to content

Commit d19de69

Browse files
Use Ubuntu to build windows plugin
1 parent ae67fe0 commit d19de69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)