Skip to content

Commit

Permalink
dont use self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 15, 2024
1 parent 16b2447 commit aa9e5ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ jobs:
name: Build and push images
env:
TARGET_PLATFORMS: linux/amd64,linux/arm64
runs-on:
- self-hosted
- dind
- xlarge-16x16
runs-on: ubuntu-latest
# - self-hosted
# - dind
# - xlarge-16x16
outputs:
short_sha: ${{ steps.versions.outputs.SHORT_SHA }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ handlebars = "5.1.0"
lazy_static = "1.4.0"
log = "0.4.21"
pgmq = "0.29"
pgrx = "0.12.5"
pgrx = "=0.12.5"
postgres-types = "0.2.5"
regex = "1.9.2"
reqwest = {version = "0.11.18", features = ["json"] }
Expand All @@ -45,7 +45,7 @@ url = "2.4.0"
vectorize_core = { path = "../core", package = "vectorize-core" }

[dev-dependencies]
pgrx-tests = "0.12.5"
pgrx-tests = "=0.12.5"
rand = "0.8.5"
whoami = "1.4.1"

Expand Down

0 comments on commit aa9e5ca

Please sign in to comment.