Skip to content

Commit

Permalink
ci: Fix PR title linter, add ARM64 runner (#422)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <8432125+DaveSkender@users.noreply.github.com>
  • Loading branch information
DaveSkender authored Jan 30, 2025
1 parent eff2c8b commit ee0101d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#### done when

- [ ] Implement
- [ ] Fix: #

#### the details
<!-- add Copilot generated summary here -->
2 changes: 1 addition & 1 deletion .github/workflows/lint-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull request

on:
pull_request:
pull_request_target:
types:
- opened
- edited
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-24.04-arm, macos-latest]
python-version: ["3.8", "3.12"]
dotnet-version: ["6.x", "9.x"]

Expand Down

0 comments on commit ee0101d

Please sign in to comment.