Simplifies CI workflow runner configuration
Updates workflow to use dotnet10-runner directly as the runs-on environment Removes redundant container specification
This commit is contained in:
parent
341f89966a
commit
45481460e0
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build_test_deploy_test:
|
||||
runs-on: ubuntu-latest
|
||||
container: dotnet10-runner
|
||||
runs-on: dotnet10-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue