Skip to content

Commit 92f500f

Browse files
committed
Replace ubuntu 20.04 with ubuntu 24.04
- 20.04 will no longer be supported by GH actions
1 parent e6453f8 commit 92f500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
container_version:
23-
- '20.04'
2423
- '22.04'
24+
- '24.04'
2525
runs-on: ubuntu-latest
2626
container: ubuntu:${{ matrix.container_version }}
2727
steps:

0 commit comments

Comments
 (0)