Skip to content

Commit

Permalink
downgrade ubuntu just to see if that fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Nov 25, 2024
1 parent aa01204 commit 5431fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
rebuild:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5431fe2

Please sign in to comment.