Skip to content

Commit

Permalink
runs-on: ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ne-sachirou committed Jan 24, 2025
1 parent 90d704c commit b552eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go build -o mackerel-plugin-windows-server-sessions/mackerel-plugin-windows-server-sessions.exe ./mackerel-plugin-windows-server-sessions
build:
needs: [test, integration-test-linux]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- run: |
Expand Down

0 comments on commit b552eb6

Please sign in to comment.