Skip to content

Commit

Permalink
Merge branch '8.x' into AndyPayne/Compute305
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Jan 6, 2025
2 parents e3b261a + cb58ffa commit 72bd030
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 72bd030

Please sign in to comment.