Skip to content

Commit

Permalink
Update live-test.yaml
Browse files Browse the repository at this point in the history
Use it for IPv6
  • Loading branch information
coderbyheart authored Dec 16, 2024
1 parent 5154431 commit e0f9f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/live-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:

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

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +29,8 @@ jobs:
run: go run client.go -address coap.nordicsemi.academy -udpPort 5683 -dTLSPort 5684

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e0f9f12

Please sign in to comment.