Skip to content

Commit

Permalink
Updated the corretto workflow to use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Jan 17, 2024
1 parent 6f7ff03 commit 5bad117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/corretto-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bad117

Please sign in to comment.