Skip to content

Commit

Permalink
ci: partial revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 10, 2023
1 parent c92af31 commit e28cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e28cd6d

Please sign in to comment.