返回提交历史
Modified
.github/workflows/validate.yml
+1
-5
XFEstudio/XFEExtension.NetCore.AutoConfig
修改运行环境
82e46ce
代码差异
1 个文件
+1
-5
@@ -17,11 +17,7 @@ env:
17
17
18
18
jobs:
19
19
build-and-test:
20
strategy:
21
fail-fast: false
22
matrix:
23
os: [windows-latest, ubuntu-latest]
24
runs-on: ${{ matrix.os }}
20
runs-on: windows-latest
25
21
26
22
steps:
27
23
- name: Checkout