From 039ac1ed94a017ee10c840beab9501a794a7a480 Mon Sep 17 00:00:00 2001 From: anton Date: Sun, 16 Jun 2024 19:16:52 +0400 Subject: [PATCH] try fix --- .github/workflows/push-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index b0014d8d2..3922c0ad9 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -7,8 +7,8 @@ jobs: gradle-build: strategy: matrix: + os: [ ubuntu-latest ] jdk: [ 21 ] - runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -33,8 +33,8 @@ jobs: gradle-publish: strategy: matrix: + os: [ ubuntu-latest ] jdk: [ 21 ] - runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2