Skip to content

Commit

Permalink
ci: update runners to be on the latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 18, 2024
1 parent 047f10c commit 42432c1
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 @@ -10,9 +10,9 @@ jobs:
fail-fast: false
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 42432c1

Please sign in to comment.