Skip to content

Commit

Permalink
Update workflows to use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonyos committed Oct 15, 2024
1 parent 77232ee commit 3846667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3846667

Please sign in to comment.