Skip to content

Commit

Permalink
fix: lock ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecorrea committed Jan 20, 2025
1 parent c5f847a commit 1de2d49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
name: Version
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
created: ${{ steps.release.outputs.release_created }}
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
publish:
name: Publish
needs: release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ needs.release.outputs.created }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Node
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [ 16, 18, 20 ]
Expand Down

0 comments on commit 1de2d49

Please sign in to comment.