Skip to content

Commit 76fa9e3

Browse files
Update dependency ubuntu to v24 (#1537)
1 parent 1d9bdbd commit 76fa9e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Basic sanity tests on JDK 21.
1818
sanity:
1919
name: ${{ matrix.script }} on JDK ${{ matrix.java_version }}
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
permissions:
2222
contents: read
2323
strategy:
@@ -57,7 +57,7 @@ jobs:
5757
# The remaining tests for JDK 21. Separate from `sanity` to allow parallelism with `otheros`.
5858
remainder:
5959
name: ${{ matrix.script }} on JDK ${{ matrix.java_version }}
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161
# Don't depend on sanity jobs, to have more parallelism.
6262
# TODO: cancel these jobs if sanity fails.
6363
# needs: sanity
@@ -113,7 +113,7 @@ jobs:
113113

114114
otherjdks:
115115
name: ${{ matrix.script }} on JDK ${{ matrix.java.version }}
116-
runs-on: ubuntu-22.04
116+
runs-on: ubuntu-24.04
117117
needs: sanity
118118
permissions:
119119
contents: read

0 commit comments

Comments
 (0)