diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 961edd5..ce1c7e1 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -3,13 +3,12 @@ name: test on: push: branches: - - master - main pull_request: jobs: test: - runs-on: docker + runs-on: ubuntu24 steps: - uses: actions/checkout@v4 - uses: https://github.com/erlef/setup-beam@v1