Skip to content

Commit

Permalink
Some cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 3, 2023
1 parent c2d1feb commit e648fad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
@@ -1,7 +1,6 @@
---
name: Bug
about: Report a bug
title: '[Bug]'
labels: 'bug'

---
Expand Down Expand Up @@ -44,4 +43,5 @@ What version of Roop are you using?
- [ ] 1.2.0
- [ ] 1.3.0
- [ ] 1.3.1
- [ ] 1.3.2
- [ ] next
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/installation.md
@@ -1,7 +1,6 @@
---
name: Installation
about: Platform and installation issues
title: '[Installation]'
labels: 'installation'

---
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit e648fad

Please sign in to comment.