Skip to content

Commit 0e360c4

Browse files
authored
Update workflows to ubuntu-24.04 (#235)
1 parent e46a6e8 commit 0e360c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
check:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
customDoubleParser: [ 'fast-double-parser', 'none' ]

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
CLAssistant:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
if: ${{ github.repository_owner == 'deephaven' }}
2020
steps:
2121
- name: 'CLA Assistant'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: publish
99

1010
jobs:
1111
check:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)