Skip to content

Commit

Permalink
ci: update GitHub runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 18, 2024
1 parent 89ea340 commit 891f90e
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 @@ -14,9 +14,9 @@ jobs:
fail-fast: true
matrix:
sys:
- { os: windows-2019, shell: bash }
- { os: ubuntu-20.04, shell: bash }
- { os: macos-11, shell: bash }
- { os: windows-latest, shell: bash }
- { os: ubuntu-latest, shell: bash }
- { os: macos-latest, shell: bash }
defaults:
run:
shell: ${{ matrix.sys.shell }}
Expand Down

0 comments on commit 891f90e

Please sign in to comment.