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:
|
jobs:
|
||||||
build_test_deploy_test:
|
build_test_deploy_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: dotnet10-runner
|
||||||
container: dotnet10-runner
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue