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 3c5c950 commit 7c12cc3
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 @@ -25,7 +25,8 @@ jobs:
run: curl --fail-with-body -v ${{ matrix.protocol }}://${{ env.HOSTNAME }}/${{ env.HOSTNAME }}.pem

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

strategy:
matrix:
Expand Down

0 comments on commit 7c12cc3

Please sign in to comment.