Skip to content

Commit

Permalink
fix segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Feb 10, 2025
1 parent 60db376 commit 0af032f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
acarshub-typescript:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Check out our code
- name: Checkout
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
./webapp.tar.gz
hadolint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 0af032f

Please sign in to comment.