返回提交历史
Modified
.github/workflows/build-packages.yml
+1
-1
XFEstudio/gpt4free
Update build-linux-exe job to use matrix runner
b18d2970
代码差异
1 个文件
+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: