Skip to content

Commit

Permalink
try switch to windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
biltongza committed Nov 17, 2024
1 parent 153f11a commit 444ea5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fnapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8
Expand All @@ -33,7 +33,7 @@ jobs:
path: ./fnapp/fnapp-build
deploy:
needs: build
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 444ea5b

Please sign in to comment.