From e648fadf7388c639944c4addfb3507888d042a48 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 3 Aug 2023 09:21:23 +0200 Subject: [PATCH] Some cosmetics --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/installation.md | 1 - .github/workflows/ci.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a4fc730..a0f9c2e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md index 966417b..98f63c6 100644 --- a/.github/ISSUE_TEMPLATE/installation.md +++ b/.github/ISSUE_TEMPLATE/installation.md @@ -1,7 +1,6 @@ --- name: Installation about: Platform and installation issues -title: '[Installation]' labels: 'installation' --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c04a0..5a9b73f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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