Some cosmetics

This commit is contained in:
henryruhs
2023-08-03 09:21:23 +02:00
parent c2d1feb17a
commit e648fadf73
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
---
name: Bug
about: Report a bug
title: '[Bug]'
labels: 'bug'
---
@@ -44,4 +43,5 @@ What version of Roop are you using?
- [ ] 1.2.0
- [ ] 1.3.0
- [ ] 1.3.1
- [ ] 1.3.2
- [ ] next

View File

@@ -1,7 +1,6 @@
---
name: Installation
about: Platform and installation issues
title: '[Installation]'
labels: 'installation'
---

View File

@@ -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