Skip to content

Commit 77c5b73

Browse files
authored
DX-2478 Windows Test (#62)
* DX-2478 Windows Test * co
1 parent c2b8663 commit 77c5b73

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Global rule:
2+
* @Bandwidth/dx

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Create a bug report
3+
about: Create a bug report.
44
title: '[BUG] Description'
55
labels: 'bug'
66
---

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [windows-2016, windows-2019, ubuntu-18.04, ubuntu-20.04]
15+
os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
1616
python-version: [3.6, 3.7, 3.8, 3.9]
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)