Skip to content

Commit

Permalink
run on ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Aug 26, 2024
1 parent 5cd961d commit cb24491
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
dependencies:
name: Install dependencies
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -100,10 +100,12 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "pg-vectorize-extension-test"
workspaces: pg-vectorize
prefix-key: "extension-test"
workspaces: |
vectorize
# Additional directories to cache
cache-directories: /home/runner/.pgrx
cache-directories: |
/home/runner/.pgrx
- name: Install sys dependencies
run: |
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-16 libopenblas-dev libreadline-dev
Expand Down

0 comments on commit cb24491

Please sign in to comment.