Skip to content

Commit

Permalink
Pinned Actions build to a lower ubuntu version in attempt to get publ…
Browse files Browse the repository at this point in the history
…ishing working again
  • Loading branch information
tomakehurst committed Jan 6, 2025
1 parent a34c40c commit fde5b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fde5b24

Please sign in to comment.