@@ -29,7 +29,7 @@ permissions:
29
29
jobs :
30
30
quality :
31
31
name : Code Quality
32
- runs-on : ubuntu-22 .04
32
+ runs-on : ubuntu-24 .04
33
33
34
34
steps :
35
35
- name : Checkout git repository 🕝
85
85
86
86
test :
87
87
name : Run Tests
88
- runs-on : ubuntu-22 .04
88
+ runs-on : ubuntu-24 .04
89
89
strategy :
90
90
matrix :
91
91
python-version : [3.9, '3.10', '3.11', '3.12']
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
docker_linter :
133
133
name : Lint Dockerfile
134
- runs-on : ubuntu-22 .04
134
+ runs-on : ubuntu-24 .04
135
135
steps :
136
136
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
137
137
- name : Lint Dockerfile
@@ -142,7 +142,7 @@ jobs:
142
142
rasa-sdk-dev-docker-image :
143
143
name : Build dev Docker image
144
144
if : " !startsWith(github.ref, 'refs/heads/prepare-release-')"
145
- runs-on : ubuntu-22 .04
145
+ runs-on : ubuntu-24 .04
146
146
147
147
steps :
148
148
- name : Check out code
@@ -169,7 +169,7 @@ jobs:
169
169
rasa-sdk-with-dev-deps-docker-image :
170
170
name : Build dev Docker image with dev dependencies
171
171
if : " !startsWith(github.ref, 'refs/heads/prepare-release-')"
172
- runs-on : ubuntu-22 .04
172
+ runs-on : ubuntu-24 .04
173
173
174
174
steps :
175
175
- name : Check out code
@@ -196,7 +196,7 @@ jobs:
196
196
grpc_standalone_integration_tests :
197
197
name : Run gRPC integration tests using standalone server
198
198
if : " !startsWith(github.ref, 'refs/heads/prepare-release-')"
199
- runs-on : ubuntu-22 .04
199
+ runs-on : ubuntu-24 .04
200
200
needs : [rasa-sdk-with-dev-deps-docker-image]
201
201
202
202
steps :
@@ -223,7 +223,7 @@ jobs:
223
223
grpc_docker_integration_tests :
224
224
name : Run gRPC integration tests using Docker containers
225
225
if : " !startsWith(github.ref, 'refs/heads/prepare-release-')"
226
- runs-on : ubuntu-22 .04
226
+ runs-on : ubuntu-24 .04
227
227
needs : [rasa-sdk-dev-docker-image, rasa-sdk-with-dev-deps-docker-image]
228
228
229
229
steps :
0 commit comments