We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d83c0 commit 8e4b57bCopy full SHA for 8e4b57b
1 file changed
.github/workflows/update-latest.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
update-to-latest:
9
name: "Update specs to latest"
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
11
steps:
12
- name: Checkout OpenAPI
13
uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
21
- name: Install OS packages
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y --allow-downgrades libsnappy-dev jq postgresql-14=14.13-0ubuntu0* postgresql-client postgresql-plpython3 libvirt-dev
+ sudo apt-get install -y --allow-downgrades libsnappy-dev jq libvirt-dev
25
26
- name: Checkout Community
27
0 commit comments