Skip to content

Commit

Permalink
ci: Use 24.04 and install yq from distro
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 1, 2024
1 parent 5db8f89 commit 0b0160c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ on:

jobs:
verify:
runs-on: envoy-x64-small
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
sudo apt-get update
sudo apt-get -qq install -y --no-install-recommends expect gettext whois
pip install -r ./.github/workflows/verify-requirements.txt
sudo apt-get -qq install -y --no-install-recommends expect gettext yq whois
- run: |
bazel run --config=ci --sandbox_writable_path="${HOME}/.docker/" --sandbox_writable_path=$HOME :verify_examples

0 comments on commit 0b0160c

Please sign in to comment.