Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
ci: use latest os for tests (#4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored May 1, 2023
1 parent 01c600b commit ff98013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
strategy:
matrix:
include:
- os: windows-2022
- os: ubuntu-20.04
- os: windows-latest
- os: ubuntu-latest

name: Test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ff98013

Please sign in to comment.