Skip to content

Commit 4254936

Browse files
committed
build workflow should be windows only
1 parent 171c475 commit 4254936

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
jobs:
1111
test:
12-
name: Build and Test (Ubuntu)
13-
runs-on: ubuntu-latest
12+
name: Build and Test (Windows)
13+
runs-on: windows-latest
1414

1515
steps:
1616
- uses: actions/checkout@v4

docs/requirements/r0002-github-build-and-automatic-release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- If everything builds and tests fine, please auto-generate a release on github that is named after the current date and time.
55
- Make a release build for windows available.
66

7+
- Please note that this application is windows only. A build workflow should be executed on a windows container.

0 commit comments

Comments
 (0)