diff --git a/.forgejo/workflows/cicd.yml b/.forgejo/workflows/cicd.yml index dd60413..589d457 100644 --- a/.forgejo/workflows/cicd.yml +++ b/.forgejo/workflows/cicd.yml @@ -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