Skip to content

Commit

Permalink
Update gha for OS 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin authored Jul 9, 2024
1 parent 6d8cc3c commit d65e411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_with_openstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: nrel/openstudio:3.7.0
image: nrel/openstudio:3.8.0

steps:
- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- name: install dependencies
shell: bash
run: |
gem install bundler -v '2.1.4'
gem install bundler -v '2.4.10'
bundle -v
bundle install
- name: run tests
Expand Down

0 comments on commit d65e411

Please sign in to comment.