Skip to content

Commit

Permalink
run workflow on 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Jan 15, 2025
1 parent 6a217bf commit c6f9714
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ env:

jobs:
build:

runs-on: ubuntu-22.04
runs-on: ${{matrix.os}}
name: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-22.04', 'ubuntu-24.04']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c6f9714

Please sign in to comment.