Skip to content

Commit

Permalink
Update github action Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwooo committed Mar 4, 2025
1 parent 64ce34c commit 108b5b7
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 @@ -3,7 +3,7 @@ name: tests
on:
pull_request: # trigger on pull requests
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main


Expand All @@ -15,7 +15,7 @@ jobs:
- 7.1.1
- 7.0.3
platform:
- ubuntu-20.04
- ubuntu-24.04

runs-on: ${{ matrix.platform }}
services:
Expand Down

0 comments on commit 108b5b7

Please sign in to comment.