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