[CI] use OL develop
diff --git a/.travisCI/openlane_build/build_openlane.sh b/.travisCI/openlane_build/build_openlane.sh
index d9c57fb..9739f6e 100644
--- a/.travisCI/openlane_build/build_openlane.sh
+++ b/.travisCI/openlane_build/build_openlane.sh
@@ -19,7 +19,7 @@
 export PDK_ROOT=$(pwd)/pdks
 export OPENLANE_ROOT=$(pwd)/openlane
 cd $TARGET_PATH
-export OPENLANE_TAG=staging
+export OPENLANE_TAG=develop
 export IMAGE_NAME=openlane:$OPENLANE_TAG
 cd openlane
 make openlane
diff --git a/.travisCI/openlane_build/run_macro.sh b/.travisCI/openlane_build/run_macro.sh
index 95de08e..2129a91 100644
--- a/.travisCI/openlane_build/run_macro.sh
+++ b/.travisCI/openlane_build/run_macro.sh
@@ -15,7 +15,7 @@
 # SPDX-License-Identifier: Apache-2.0
 export TARGET_PATH=$(pwd)
 export RUN_WRAPPER=$TARGET_PATH/.travisCI/utils/run_wrapper.sh
-export OPENLANE_TAG=staging
+export OPENLANE_TAG=develop
 cd ..
 export PDK_ROOT=$(pwd)/pdks
 export OPENLANE_ROOT=$(pwd)/openlane
diff --git a/.travisCI/openlane_build/run_make_ship.sh b/.travisCI/openlane_build/run_make_ship.sh
index c058d65..4a0289f 100644
--- a/.travisCI/openlane_build/run_make_ship.sh
+++ b/.travisCI/openlane_build/run_make_ship.sh
@@ -18,7 +18,7 @@
 export PDK_ROOT=$(pwd)/pdks
 export OPENLANE_ROOT=$(pwd)/openlane
 cd $CARAVEL_PATH
-export OPENLANE_TAG=staging
+export OPENLANE_TAG=develop
 export IMAGE_NAME=openlane:$OPENLANE_TAG
 
 rm -rf maglef/user_proj_example.mag
diff --git a/.travisCI/utils/pdkBuild.sh b/.travisCI/utils/pdkBuild.sh
index f58f58c..6326ed2 100644
--- a/.travisCI/utils/pdkBuild.sh
+++ b/.travisCI/utils/pdkBuild.sh
@@ -19,12 +19,12 @@
 # By default skip timing since we don't need the libs in any of the CI tests
 export SKIP_TIMING=${1:-1}
 
-docker pull efabless/openlane:staging
+docker pull efabless/openlane:develop
 
 cd $RUN_ROOT/..
 export PDK_ROOT=$(pwd)/pdks
 mkdir $PDK_ROOT
-export IMAGE_NAME=efabless/openlane:staging
+export IMAGE_NAME=efabless/openlane:develop
 echo $PDK_ROOT
 echo $RUN_ROOT
 cd $RUN_ROOT
diff --git a/Makefile b/Makefile
index bf31e73..6b1cb4a 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
 SPECIAL_VOLTAGE_LIBRARY ?= sky130_fd_sc_hvl
 IO_LIBRARY ?= sky130_fd_io
 SKYWATER_COMMIT ?= f6f76f3dc99526c6fc2cfede19b5b1227d4ebde7
-OPEN_PDKS_COMMIT ?= 145911d09c439cd2a0db1e8d20b05e2dba8027c9
+OPEN_PDKS_COMMIT ?= 95c92cc563e00b3ee3ed9863b352304943e8ff8f
 
 .DEFAULT_GOAL := ship
 # We need portable GDS_FILE pointers...