Skip to content

Commit

Permalink
Merge pull request #1311 from NREL/ci_fix
Browse files Browse the repository at this point in the history
Pin ubuntu runner version in CI for stability
  • Loading branch information
afontani authored Oct 16, 2024
2 parents 9d1abf5 + efa62ba commit 0081eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
add-to-project:
name: Add pull request or issue to project
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/add-to-project@v1.0.0
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
format-files:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,7 +35,7 @@ jobs:
name: options_lookup

unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [format-files]
container:
image: docker://nrel/openstudio:3.8.0
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
name: coverage

analysis-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [unit-tests]
container:
image: docker://nrel/openstudio:3.8.0
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
name: run_analysis_results_csvs

integration-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [unit-tests]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
ruby test/test_bsb_analysis.rb
compare-tools:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [analysis-tests, integration-tests]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
compare-results:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [integration-tests]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
name: comparisons

update-results:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [analysis-tests, integration-tests]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0081eb7

Please sign in to comment.