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 authored Jan 6, 2025
1 parent d52248b commit 3102786
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 @@ -14,7 +14,7 @@ jobs:
#checks if this file has changed
check_workflow:
name: check workflow_ci
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
any_changed: ${{ steps.changed-files.outputs.any_changed }}
steps:
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: src/dist
name: rhino.compute
name: rhino.compute

0 comments on commit 3102786

Please sign in to comment.