Skip to content

Commit 0031317

Browse files
committed
TF-2580: ci: Upgrade to ubuntu-24.04
This commit upgrades the Github Actions runner used for CI jobs to use image `ubuntu-24.04` instead of `ubuntu-20.04`, as the latter image's retirement is imminent.
1 parent 018dec0 commit 0031317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

77
jobs:
88
BuildLinux:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v3
1212

0 commit comments

Comments
 (0)