From aeca32498aec02be1f6b3e776422047d6628d106 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 7 Aug 2024 16:32:55 +0600 Subject: [PATCH] Revert "Update build.yml" This reverts commit ab0b3a8f0d2c2a38eab5c9910f8ae5543a487c97. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f92649fc9fb..97ef9be2041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build on: [push] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1