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

Commit

Permalink
ci: fix build action (#4428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored May 1, 2023
1 parent 83b1a7b commit 01c600b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
strategy:
matrix:
include:
- os: windows-2022
- os: ubuntu-20.04
- os: macos-11
- os: windows-latest
- os: ubuntu-latest
- os: macos-latest

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

0 comments on commit 01c600b

Please sign in to comment.