Skip to content

Commit 2943f90

Browse files
authored
fix(ci): github runner deprecated ubuntu 20.04 (#560)
1 parent 123b947 commit 2943f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
deploy:
77
name: Deploy docs
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)