Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/8.x' into AndyPayne/Compute302
Browse files Browse the repository at this point in the history
  • Loading branch information
pearswj committed Jan 6, 2025
2 parents 5a1cc4b + 32fc0de commit bb04194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

build_compute:
name: build compute
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check_workflow, check_src]
if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
steps:
Expand All @@ -71,4 +71,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: src/dist
name: rhino.compute
name: rhino.compute

0 comments on commit bb04194

Please sign in to comment.