Skip to content

Commit ff5c242

Browse files
author
Victor Samoilov
committed
Try to fix CI
1 parent bce67a4 commit ff5c242

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-and-run-tests:
8-
runs-on: ubuntu-20.04
8+
runs-on: windows-latest
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-java@v2

.github/workflows/build-and-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build_and_run_tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-java@v2

0 commit comments

Comments
 (0)