Skip to content

Commit 5fa1cd2

Browse files
committed
Github actions: Switch to Ubuntu 24.04
1 parent d943c35 commit 5fa1cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test
33
on: [push, pull_request]
44

55
jobs:
6-
ubuntu22:
7-
runs-on: ubuntu-22.04
6+
ubuntu24:
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
1010
with:

0 commit comments

Comments
 (0)