File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
36
36
jobs :
37
37
lint :
38
- runs-on : ubuntu-22 .04
38
+ runs-on : ubuntu-24 .04
39
39
steps :
40
40
- name : Checkout
41
41
uses : actions/checkout@v4
52
52
run : hatch fmt
53
53
54
54
unit-test :
55
- runs-on : ubuntu-22 .04
55
+ runs-on : ubuntu-24 .04
56
56
steps :
57
57
- name : Checkout
58
58
uses : actions/checkout@v4
70
70
71
71
72
72
build :
73
- runs-on : ubuntu-22 .04
73
+ runs-on : ubuntu-24 .04
74
74
steps :
75
75
- name : Checkout
76
76
uses : actions/checkout@v4
@@ -111,7 +111,7 @@ jobs:
111
111
if : ${{ inputs.version != '' }}
112
112
needs :
113
113
- build
114
- runs-on : ubuntu-22 .04
114
+ runs-on : ubuntu-24 .04
115
115
steps :
116
116
- name : Download Sdist and Wheel from GitHub
117
117
uses : actions/download-artifact@v4
@@ -133,7 +133,7 @@ jobs:
133
133
# The simple docs tool we're using doesn't support versions, so our docs
134
134
# will only reflect what's in main.
135
135
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
136
- runs-on : ubuntu-22 .04
136
+ runs-on : ubuntu-24 .04
137
137
steps :
138
138
- name : Checkout
139
139
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments