Skip to content

Commit b444da2

Browse files
authored
GitHub Actions: ubuntu-20.04 is deprecated (#166)
1 parent da6dc28 commit b444da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
deploy:
1313
if: github.repository_owner == 'ofek'
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)