From 3ef8caf1a515f678177e76405990128e5f08f535 Mon Sep 17 00:00:00 2001 From: appare45 Date: Thu, 26 Dec 2024 14:50:06 +0900 Subject: [PATCH] Pined build actions runner version --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0dd360b2..2fb15bfa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: build-linux: name: Build (Linux) - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: test if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') env: