Skip to content

Commit

Permalink
mvoe to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kleqing authored Nov 8, 2024
1 parent 89c01b2 commit 64e0fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_dynamics-charity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
path: ${{env.DOTNET_ROOT}}/myapp

deploy:
runs-on: windows-latest
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
Expand Down

0 comments on commit 64e0fd3

Please sign in to comment.