Skip to content

Commit

Permalink
Adjust Runner Image on Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 2, 2023
1 parent 15939c1 commit 31a2b72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ on:

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

steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: https://github.com/mixcore/mix.heart.git
path: 'develop'
submodules: 'https://github.com/mixcore/mix.heart.git'
- name: Setup
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 31a2b72

Please sign in to comment.