Skip to content

Commit

Permalink
CI stack: add ubuntu-24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 14, 2024
1 parent 91f544e commit fd16898
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest,ubuntu-latest,windows-latest]
os:
- macOS-latest
- ubuntu-22.04
- ubuntu-24.04
- windows-latest
plan:
- resolver: 'nightly'
- resolver: 'lts'
Expand Down

0 comments on commit fd16898

Please sign in to comment.