XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update build-linux-exe job to use matrix runner

b18d2970
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified .github/workflows/build-packages.yml +1 -1
@@ -130,7 +130,7 @@ jobs:
130 130
131 131 # Linux Executables
132 132 build-linux-exe:
133 runs-on: ubuntu-latest
133 runs-on: ${{ matrix.runner }}
134 134 needs: prepare
135 135 strategy:
136 136 matrix: