@@ -17,13 +17,13 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
include :
20
- - os : macos-12
21
- macos_dev_target : 12.1
22
- arch : x86_64
23
- python-arch : x64
24
- generator : " Unix Makefiles"
25
- nproc : 3
26
- targets : energyplus ExpandObjects ReadVarsESO Slab Basement AppGPostProcess ParametricPreprocessor
20
+ # - os: macos-12
21
+ # macos_dev_target: 12.1
22
+ # arch: x86_64
23
+ # python-arch: x64
24
+ # generator: "Unix Makefiles"
25
+ # nproc: 3
26
+ # targets: energyplus ExpandObjects ReadVarsESO Slab Basement AppGPostProcess ParametricPreprocessor
27
27
- os : macos-14
28
28
macos_dev_target : 13.0
29
29
arch : arm64
@@ -37,18 +37,18 @@ jobs:
37
37
generator : " Unix Makefiles"
38
38
nproc : 4
39
39
targets : energyplus ExpandObjects ReadVarsESO Slab Basement AppGPostProcess ParametricPreprocessor
40
- - os : windows-2019
41
- arch : x86_64
42
- python-arch : x64
43
- generator : " Visual Studio 16 2019"
44
- nproc : 4
45
- targets : energyplus ExpandObjects_build ReadVars_build Slab_build Basement_build AppGPostProcess_build ParametricPreprocessor_build
46
- - os : windows-2022
47
- arch : x86_64
48
- python-arch : x64
49
- generator : " Visual Studio 17 2022"
50
- nproc : 4
51
- targets : energyplus ExpandObjects_build ReadVars_build Slab_build Basement_build AppGPostProcess_build ParametricPreprocessor_build
40
+ # - os: windows-2019
41
+ # arch: x86_64
42
+ # python-arch: x64
43
+ # generator: "Visual Studio 16 2019"
44
+ # nproc: 4
45
+ # targets: energyplus ExpandObjects_build ReadVars_build Slab_build Basement_build AppGPostProcess_build ParametricPreprocessor_build
46
+ # - os: windows-2022
47
+ # arch: x86_64
48
+ # python-arch: x64
49
+ # generator: "Visual Studio 17 2022"
50
+ # nproc: 4
51
+ # targets: energyplus ExpandObjects_build ReadVars_build Slab_build Basement_build AppGPostProcess_build ParametricPreprocessor_build
52
52
53
53
steps :
54
54
@@ -158,14 +158,14 @@ jobs:
158
158
- name : Run Regressions
159
159
if : always() && steps.branch_build.outcome != 'failure' # always run this step as long as we actually built
160
160
id : regressions
161
- run : python ./branch/scripts/dev/gha_regressions.py ./baseline/build/testfiles ./branch/build/testfiles/ ./branch/build /regressions
161
+ run : python ./branch/scripts/dev/gha_regressions.py ./baseline/build/testfiles ./branch/build/testfiles/ ${{ github.workspace }} /regressions
162
162
163
163
- uses : actions/upload-artifact@v4
164
164
id : upload_regressions
165
165
if : always() && steps.regressions.outcome == 'failure' # only run this if regressions were encountered "failed"
166
166
with :
167
167
name : " regressions-${{ matrix.os }}"
168
- path : " ${{ github.workspace }}/build/ regressions"
168
+ path : " ${{ github.workspace }}/regressions"
169
169
170
170
- uses : actions/github-script@v7
171
171
if : always() && steps.regressions.outcome == 'failure'
0 commit comments