Skip to content

Commit

Permalink
Fix a build action for msdial5 console (#452)
Browse files Browse the repository at this point in the history
* Update target framework for MsdialCoreTestApp

* Add build action

* Fix runs-on value
  • Loading branch information
YukiMatsuzawa authored Nov 13, 2024
1 parent 4b50f40 commit f9dfead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

publish-msdial5-console:
needs: test
runs-on: ${{ matrix.pair.os }}
runs-on: ${{ matrix.triple.os }}
strategy:
matrix:
triple: [
Expand Down

0 comments on commit f9dfead

Please sign in to comment.