Skip to content

Commit

Permalink
Pin ubuntu to 22.04
Browse files Browse the repository at this point in the history
Something changed with the distribution of the Microsoft.NET.Sdk.WindowsDesktop SDK between 22.04 and 24.04.

See https://stackoverflow.com/a/78737980
  • Loading branch information
pearswj committed Jan 6, 2025
1 parent d52248b commit 3ed2ff7
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 3ed2ff7

Please sign in to comment.