Skip to content

Commit

Permalink
Update live-test.yaml
Browse files Browse the repository at this point in the history
openresolv is not available on ubuntu-24.04
  • Loading branch information
coderbyheart authored Dec 16, 2024
1 parent 4e59eec commit 07fb63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/live-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: deno test --allow-net --allow-env test.ts

test-ipv6:
runs-on: ubuntu-latest
# openresolv is not available on ubuntu-24.04
runs-on: ubuntu-22.04

env:
HOSTNAME: udp-echo.nordicsemi.academy
Expand Down

0 comments on commit 07fb63c

Please sign in to comment.