From d3c6fac69bb21335cd3185877e9727a48c0c116e Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 20 Mar 2024 19:19:20 -0400 Subject: [PATCH] And now actually use ubuntu-latest --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ce9c5b8..7ef9b7f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: all + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.2.0