Skip to content

Commit 44d3e3a

Browse files
committed
Change github runner image to ubuntu-22.04
The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025.
1 parent 8d900b1 commit 44d3e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)