Update openlane tag to 2022.11.19
diff --git a/Makefile b/Makefile
index 2e7494e..7a99ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@
 ifeq ($(PDK),sky130A)
 	SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
 	export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
-	export OPENLANE_TAG?=2022.10.20
+	export OPENLANE_TAG?=2022.11.19
 	MPW_TAG ?= mpw-8a
 
 ifeq ($(CARAVEL_LITE),1)
@@ -51,7 +51,7 @@
 ifeq ($(PDK),sky130B)
 	SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
 	export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
-	export OPENLANE_TAG?=2022.10.20
+	export OPENLANE_TAG?=2022.11.19
 	MPW_TAG ?= mpw-8a
 
 ifeq ($(CARAVEL_LITE),1)
@@ -74,7 +74,7 @@
 	CARAVEL_TAG := $(MPW_TAG)
 	#OPENLANE_TAG=ddfeab57e3e8769ea3d40dda12be0460e09bb6d9
 	export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
-	export OPENLANE_TAG?=2022.11.17
+	export OPENLANE_TAG?=2022.11.19
 
 endif