Skip to content

Commit

Permalink
fix: update runner to ubuntu-latest in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv committed Feb 13, 2024
1 parent 75c3b79 commit bd3751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

1 comment on commit bd3751f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.