Skip to content

Commit

Permalink
workflows: Move tests to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jan 19, 2025
1 parent e32af28 commit 51744be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: 0 4 * * MON,FRI
jobs:
vm:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand All @@ -18,7 +18,7 @@ jobs:
run: sudo tests/run

container:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 51744be

Please sign in to comment.