Skip to content

Commit

Permalink
use latest runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 12, 2024
1 parent e151eb4 commit 418aa6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint:
name: pre-commit
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
) &&
!contains(github.event.pull_request.labels.*.name, 'testing-ci-not-necessary')
)
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
# Other dependencies from hosted runner
# AWS CLI
# indirectly node used by actions
Expand Down

0 comments on commit 418aa6c

Please sign in to comment.