Skip to content

Commit

Permalink
Migrate CI to ubuntu-24.04 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Jul 1, 2024
1 parent 33887d7 commit 7216978
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency: release

jobs:
assemble-deephaven-core:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout deephaven-core
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

bake-images:
needs: assemble-deephaven-core
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/edge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Forks don't need to run the scheduled cron
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout deephaven-core
uses: actions/checkout@v4
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ github.repository_owner == 'deephaven' || github.event_name != 'schedule' }}

needs: assemble-deephaven-core
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency: release

jobs:
build:
runs-on: ubuntu-22.04-4-16
runs-on: ubuntu-24.04-4-16
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7216978

Please sign in to comment.