Skip to content

Commit 0559c45

Browse files
authored
Merge pull request #1560 from NREL/os370final
Bump to final OS v3.7.0
2 parents 8db786f + c967390 commit 0559c45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run-unit-tests:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: docker://nrel/openstudio:3.7.0-rc3
14+
image: docker://nrel/openstudio:3.7.0
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:
@@ -63,7 +63,7 @@ jobs:
6363
run-workflow1-tests:
6464
runs-on: ubuntu-latest
6565
container:
66-
image: docker://nrel/openstudio:3.7.0-rc3
66+
image: docker://nrel/openstudio:3.7.0
6767
steps:
6868
- uses: actions/checkout@v3
6969
with:
@@ -86,7 +86,7 @@ jobs:
8686
run-workflow2-tests:
8787
runs-on: ubuntu-latest
8888
container:
89-
image: docker://nrel/openstudio:3.7.0-rc3
89+
image: docker://nrel/openstudio:3.7.0
9090
steps:
9191
- uses: actions/checkout@v3
9292
with:
@@ -115,8 +115,8 @@ jobs:
115115
- name: Install software and run test
116116
shell: pwsh
117117
run: |
118-
$env:OS_VERSION="3.7.0-rc3"
119-
$env:OS_SHA="37087fd612"
118+
$env:OS_VERSION="3.7.0"
119+
$env:OS_SHA="d5269793f1"
120120
Invoke-WebRequest -OutFile Windows.tar.gz -URI "https://github.com/NREL/OpenStudio/releases/download/v${env:OS_VERSION}/OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows.tar.gz"
121121
tar -xzf Windows.tar.gz
122122
& .\OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows\bin\openstudio.exe workflow\run_simulation.rb -x workflow\sample_files\base.xml --hourly ALL --add-component-loads --add-stochastic-schedules

0 commit comments

Comments
 (0)