[ https://issues.apache.org/jira/browse/CALCITE-7180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alessandro Solimando updated CALCITE-7180: ------------------------------------------ Description: Following the recent issues with slow or failing github actions, I have identified some version upgrades that might help: - actions/checkout@v3 -> actions/checkout@v5 ([https://github.com/actions/checkout]) - actions/setup-java@v2 -> actions/setup-java@v5 ([https://github.com/actions/setup-java]) - gradle/wrapper-validation-action@v1 -> gradle/actions/wrapper-validation@v3 ([https://github.com/gradle/wrapper-validation-action] and [https://github.com/gradle/actions/blob/main/docs/wrapper-validation.md]) - macos-latest to macos-14 runner ([https://github.com/orgs/community/discussions/102846)] - actions/stale@v9 -> actions/stale@v10 ([https://github.com/actions/stale]) The macos-14 runner seems to speed up builds significantly, interesting as the macos task we have takes forever at the moment. Confirmed speedup from 75 minutes to 20 minutes, comparable to the Windows task for the same JVM. was: Following the recent issues with slow or failing github actions, I have identified some version upgrades that might help: - actions/checkout@v3 -> actions/checkout@v5 ([https://github.com/actions/checkout]) - actions/setup-java@v2 -> actions/setup-java@v5 ([https://github.com/actions/setup-java]) - gradle/wrapper-validation-action@v1 -> gradle/wrapper-validation-action@v2 ([https://github.com/gradle/wrapper-validation-action] and [https://github.com/gradle/actions/blob/main/docs/wrapper-validation.md]) - macos-latest to macos-14 runner ([https://github.com/orgs/community/discussions/102846)] - actions/stale@v9 -> actions/stale@v10 ([https://github.com/actions/stale]) The macos-14 runner seems to speed up builds significantly, interesting as the macos task we have takes forever at the moment. > Upgrade Github actions versions > ------------------------------- > > Key: CALCITE-7180 > URL: https://issues.apache.org/jira/browse/CALCITE-7180 > Project: Calcite > Issue Type: Task > Components: ci > Affects Versions: 1.40.0 > Reporter: Alessandro Solimando > Assignee: Alessandro Solimando > Priority: Major > Labels: pull-request-available > > Following the recent issues with slow or failing github actions, I have > identified some version upgrades that might help: > > - actions/checkout@v3 -> actions/checkout@v5 > ([https://github.com/actions/checkout]) > - actions/setup-java@v2 -> actions/setup-java@v5 > ([https://github.com/actions/setup-java]) > - gradle/wrapper-validation-action@v1 -> > gradle/actions/wrapper-validation@v3 > ([https://github.com/gradle/wrapper-validation-action] and > [https://github.com/gradle/actions/blob/main/docs/wrapper-validation.md]) > - macos-latest to macos-14 runner > ([https://github.com/orgs/community/discussions/102846)] > - actions/stale@v9 -> actions/stale@v10 ([https://github.com/actions/stale]) > The macos-14 runner seems to speed up builds significantly, interesting as > the macos task we have takes forever at the moment. Confirmed speedup from 75 > minutes to 20 minutes, comparable to the Windows task for the same JVM. -- This message was sent by Atlassian Jira (v8.20.10#820010)