Skip to content

Commit

Permalink
Upgrade back to 24.04 on both Integration and Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aquan9 committed Sep 9, 2024
1 parent 9a32e3e commit a688fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
BEE_WORKER: ${{ matrix.bee_worker }}
# Note: Needs to run on 22.04 or later since slurmrestd doesn't seem to be
# available on 20.04
runs-on: ubuntu-23.10
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install and Configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
BEE_WORKER: Slurmrestd
# Note: Needs to run on 22.04 or later since slurmrestd doesn't seem to be
# available on 20.04
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install and Configure
Expand Down

0 comments on commit a688fb0

Please sign in to comment.