Skip to content

Commit

Permalink
ci: use ubuntu-24.04 in integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Oct 29, 2024
1 parent c336660 commit c3a7cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]
jobs:
integration-test:
name: Tutor Integration Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
tutor_version: ['<18.0.0', '<19.0.0', 'nightly']
Expand Down

0 comments on commit c3a7cc2

Please sign in to comment.