Skip to content

Commit

Permalink
use real OS3.9 in CI, not rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 17, 2024
1 parent db65f45 commit 29ad705
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
schedule:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
# 5 am UTC (11pm MDT the day before) every weekday night in MDT
- cron: '25 5 * * 2-6'

- cron: "25 5 * * 2-6"

env:
# This env var should enforce develop branch of all dependencies
Expand All @@ -18,7 +17,7 @@ jobs:
weeknight-tests:
runs-on: ubuntu-latest
container:
image: docker://nrel/openstudio:dev-3.9.0-rc3
image: docker://nrel/openstudio:3.9.0
steps:
- uses: actions/checkout@v4
- name: Update gems
Expand Down

0 comments on commit 29ad705

Please sign in to comment.