Skip to content

Commit

Permalink
run tests on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Jun 27, 2024
1 parent 243f60d commit fabc5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
os: ${{ steps.input-prerequisites.outputs.os }}
verbose: ${{ steps.input-prerequisites.outputs.verbose }}
env:
RUNS_ON_OS_LIST_DEFAULT: 'ubuntu-22.04, ubuntu-20.04, windows-latest, macos-latest'
RUNS_ON_OS_LIST_DEFAULT: 'ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, macos-latest'
steps:
- name: Determine prerequisites
id: input-prerequisites
Expand Down

0 comments on commit fabc5f4

Please sign in to comment.