File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 lint :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-python@v5
2020 - uses : pre-commit/action@v3.0.1
2121
2222 build :
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - uses : actions/checkout@v4
2626 - uses : actions/setup-python@v5
6565
6666 test :
6767 needs : [lint, build]
68- runs-on : ubuntu-20 .04
68+ runs-on : ubuntu-24 .04
6969 strategy :
7070 fail-fast : false
7171 matrix :
8585
8686 ui-test :
8787 needs : [lint, build]
88- runs-on : ubuntu-20 .04
88+ runs-on : ubuntu-24 .04
8989 steps :
9090 - uses : actions/checkout@v4
9191 - uses : actions/setup-python@v5
@@ -110,7 +110,7 @@ jobs:
110110 release-dry-run :
111111 needs : [test, ui-test]
112112 if : github.event.pull_request.head.repo.full_name == 'widgetti/ipyvuetify'
113- runs-on : ubuntu-20 .04
113+ runs-on : ubuntu-24 .04
114114 steps :
115115 - uses : actions/download-artifact@v4
116116 with :
@@ -150,7 +150,7 @@ jobs:
150150 release :
151151 if : startsWith(github.event.ref, 'refs/tags/v')
152152 needs : [test, ui-test]
153- runs-on : ubuntu-20 .04
153+ runs-on : ubuntu-24 .04
154154 steps :
155155 - uses : actions/download-artifact@v4
156156 with :
You can’t perform that action at this time.
0 commit comments