From 5bad117934b842a2d9a7be2010fc549226a1836c Mon Sep 17 00:00:00 2001 From: Aditya Shastri Date: Wed, 17 Jan 2024 11:07:21 -0800 Subject: [PATCH] Updated the corretto workflow to use ubuntu --- .github/workflows/corretto-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/corretto-update.yaml b/.github/workflows/corretto-update.yaml index 76b7f7d..ed66dba 100644 --- a/.github/workflows/corretto-update.yaml +++ b/.github/workflows/corretto-update.yaml @@ -8,7 +8,7 @@ on: - cron: '*/55 */10 * * *' jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v4