From d65e411933239599d44873e5a3c27a1f41e85395 Mon Sep 17 00:00:00 2001 From: Katherine Fleming <2205659+kflemin@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:41:43 -0600 Subject: [PATCH] Update gha for OS 3.8 --- .github/workflows/test_with_openstudio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_with_openstudio.yml b/.github/workflows/test_with_openstudio.yml index 61bf14cc..78082b2c 100644 --- a/.github/workflows/test_with_openstudio.yml +++ b/.github/workflows/test_with_openstudio.yml @@ -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 @@ -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