Skip to content

Commit 8e4b57b

Browse files
authored
Fix openapi spec update workflow (#16)
1 parent 83d83c0 commit 8e4b57b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-to-latest:
99
name: "Update specs to latest"
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout OpenAPI
1313
uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install OS packages
2222
run: |
2323
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
24+
sudo apt-get install -y --allow-downgrades libsnappy-dev jq libvirt-dev
2525
2626
- name: Checkout Community
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)