Skip to content

Commit 17fa73e

Browse files
committed
Update CI workflow to run on Ubuntu 24.04
20.04 is deprecated and will be removed soon
1 parent 62b24b6 commit 17fa73e

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
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
fail-fast: false
1010
matrix:

0 commit comments

Comments
 (0)