Skip to content

Commit

Permalink
Update maya-hydra-preflight-launcher.yml (#166)
Browse files Browse the repository at this point in the history
Don't use ubuntu-latest as it was updated to Python 3.12 which is not supported by MayaHydra yet.
  • Loading branch information
seando-adsk authored Sep 5, 2024
1 parent fc8ffc5 commit 99d1acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maya-hydra-preflight-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

# clang_format_linter:
# timeout-minutes: 30
# runs-on: ubuntu-latest
# runs-on: ubuntu-22.04
# if: ${{ github.event.assignee.login == 'ecp-maya-devops-adsk' }}
# steps:
# # Feb 2024: Update from v3 to v4 which uses node20 (node16 is out of support).
Expand All @@ -24,7 +24,7 @@ jobs:
# Wait for remote build to start and finish, report results
build_preflight:
timeout-minutes: 400
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# needs: clang_format_linter
# Start preflight by assigning pull-request to yourself.
if: ${{ github.event.assignee.login == github.event.pull_request.user.login }}
Expand Down

0 comments on commit 99d1acd

Please sign in to comment.