Skip to content

Commit c6f9714

Browse files
committed
run workflow on 24.04
1 parent 6a217bf commit c6f9714

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ env:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-22.04
14+
runs-on: ${{matrix.os}}
15+
name: ${{ matrix.os }}
16+
strategy:
17+
fail-fast: false
18+
matrix:
19+
os: ['ubuntu-22.04', 'ubuntu-24.04']
1620

1721
steps:
1822
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)