Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Dec 23, 2024
1 parent 38de8be commit 3b1b99f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare:
name: Prepare Maven cache
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
MAVEN_ARGS: --batch-mode -Dstyle.color=always
Expand All @@ -33,7 +33,7 @@ jobs:

build:
name: Build JDBC Driver
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: prepare

strategy:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
coverage:
if: github.repository == 'ydb-platform/ydb-jdbc-driver'
name: Coverage JDBC Driver
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
prepare:
name: Prepare Maven cache
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
MAVEN_ARGS: --batch-mode -Dstyle.color=always
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

build:
name: YDB JDBC Driver CI on JDK
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: prepare

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
validate:
name: Validate YDB JDBC Driver
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

publish:
name: Publish YDB JDBC Driver
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: validate

env:
Expand Down

0 comments on commit 3b1b99f

Please sign in to comment.