From accbdab113d07a209634ca91b50d503b76eb7603 Mon Sep 17 00:00:00 2001 From: "Ahmad K. Bawaneh" Date: Mon, 17 Jul 2023 13:21:18 +0300 Subject: [PATCH] prepare to release 1.0.0 --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fa5204d..75c0750 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,7 +22,7 @@ on: jobs: verify: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11 ] @@ -37,7 +37,7 @@ jobs: release: needs: verify - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Check out Git repository uses: actions/checkout@v2