Skip to content

Commit 61bc8b5

Browse files
committed
use ubuntu-24.04
1 parent d1856a1 commit 61bc8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_model_endpoint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
create_model_endpoint:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121

2222
defaults:
2323
run:
@@ -52,7 +52,7 @@ jobs:
5252
run: terraform apply -auto-approve
5353

5454
test_model_endpoint:
55-
runs-on: ubuntu-latest
55+
runs-on: ubuntu-24.04
5656
needs: create_model_endpoint
5757

5858
defaults:

0 commit comments

Comments
 (0)