Remove dev channel

This commit is contained in:
David Miguel Lozano
2022-02-04 12:04:07 +01:00
parent b5a1c34304
commit 2d3283596d
2 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
channel: [stable, beta, dev]
channel: [stable, beta]
steps:
- name: Checkout
uses: actions/checkout@v2