Skip to content

Commit

Permalink
Merge pull request #1045 from mackerelio/fix-ci-ubuntu22
Browse files Browse the repository at this point in the history
Pined build actions runner version
  • Loading branch information
appare45 authored Dec 26, 2024
2 parents 6e910c9 + 3ef8caf commit 1792f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1792f8c

Please sign in to comment.