Skip to content

Commit 27aa5d1

Browse files
committed
CI: Unit tests: Run on Ubuntu 24.04
1 parent 67fea93 commit 27aa5d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Unit tests
23

34
on:
@@ -23,7 +24,7 @@ jobs:
2324
name: Unit
2425
strategy:
2526
matrix:
26-
os: [ubuntu-22.04, windows-latest]
27+
os: [ubuntu-24.04, windows-latest]
2728
ruby: [3.1]
2829
runs-on: ${{ matrix.os }}
2930
steps:

0 commit comments

Comments
 (0)