Skip to content

Commit 4f5f642

Browse files
authored
Fix broken GH deploy workflow (#37)
1 parent 67d0ba9 commit 4f5f642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
deploy:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}
2828
steps:

0 commit comments

Comments
 (0)