Skip to content

Commit 50db62a

Browse files
authored
Update deploy.yml
Use Ubuntu 22.04
1 parent cb43d6a commit 50db62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ permissions:
6363
jobs:
6464
deploy:
6565
# available images: https://github.com/actions/runner-images#available-images
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-22.04
6767
steps:
6868
- name: Checkout 🛎️
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)