File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments