Skip to content

Commit

Permalink
Trying to fix cloudflare ssh by pinning to ubuntu-22.04 image
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 25, 2024
1 parent 3a02ded commit 618aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
deploy-home-k3s:
runs-on: ubuntu-jammy
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 618aa35

Please sign in to comment.