File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 prepare :
1414 name : Prepare Maven cache
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-24.04
1616
1717 env :
1818 MAVEN_ARGS : --batch-mode -Dstyle.color=always
3333
3434 build :
3535 name : Build JDBC Driver
36- runs-on : ubuntu-latest
36+ runs-on : ubuntu-24.04
3737 needs : prepare
3838
3939 strategy :
@@ -103,7 +103,7 @@ jobs:
103103 coverage :
104104 if : github.repository == 'ydb-platform/ydb-jdbc-driver'
105105 name : Coverage JDBC Driver
106- runs-on : ubuntu-latest
106+ runs-on : ubuntu-24.04
107107 needs : build
108108
109109 env :
Original file line number Diff line number Diff line change 1111jobs :
1212 prepare :
1313 name : Prepare Maven cache
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04
1515
1616 env :
1717 MAVEN_ARGS : --batch-mode -Dstyle.color=always
4747
4848 build :
4949 name : YDB JDBC Driver CI on JDK
50- runs-on : ubuntu-latest
50+ runs-on : ubuntu-24.04
5151 needs : prepare
5252
5353 strategy :
Original file line number Diff line number Diff line change 88jobs :
99 validate :
1010 name : Validate YDB JDBC Driver
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212
1313 steps :
1414 - name : Checkout
5252
5353 publish :
5454 name : Publish YDB JDBC Driver
55- runs-on : ubuntu-latest
55+ runs-on : ubuntu-24.04
5656 needs : validate
5757
5858 env :
You can’t perform that action at this time.
0 commit comments