Skip to content

Commit

Permalink
Revert "Fix typo in CI"
Browse files Browse the repository at this point in the history
This reverts commit 3cbd192.
  • Loading branch information
bensuperpc committed Nov 2, 2021
1 parent 3cbd192 commit 461c853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos, ubuntu, windows]

runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest

steps:
- name: "Checkout Code"
Expand Down

0 comments on commit 461c853

Please sign in to comment.