Skip to content

Commit

Permalink
fix: Pin OS to work around setup-dotnet permission issue (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored Jan 8, 2025
1 parent 14e24b6 commit e13d387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:

build:
name: Build - ${{ matrix.unity-version }}
runs-on: ubuntu-latest
# Pinning ubuntu version to resolve permission issues with setup-dotnet: https://github.com/actions/setup-dotnet/issues/565
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e13d387

Please sign in to comment.