Skip to content

Commit c087dec

Browse files
fix: move pipelines to windows runners
1 parent f968a81 commit c087dec

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build-code:
1313
name: Build Code
14-
runs-on: ubuntu-latest
14+
runs-on: windows-latest
1515

1616
steps:
1717
- name: Check out Git repository

.github/workflows/lint-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
lint-code:
1313
name: Lint Code
14-
runs-on: ubuntu-latest
14+
runs-on: windows-latest
1515

1616
steps:
1717
- name: Check out Git repository

.github/workflows/scan-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
scan-code:
1515
name: Scan Code
16-
runs-on: ubuntu-latest
16+
runs-on: windows-latest
1717

1818
permissions:
1919
actions: read

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test-code:
1313
name: Test Code
14-
runs-on: ubuntu-latest
14+
runs-on: windows-latest
1515

1616
steps:
1717
- name: Check out Git repository

0 commit comments

Comments
 (0)