Skip to content

Commit 52a3faf

Browse files
committed
pin Chrome version in webgl-jasmine and webgl-jasmine-chromeLatest jobs to 143 (seeing issues with 144)
1 parent 1690b01 commit 52a3faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
install-firefox: false
106106
install-geckodriver: false
107107
install-chrome: true
108-
chrome-version: "132.0.6834.110"
108+
chrome-version: "143.0.7499.192"
109109
- attach_workspace:
110110
at: ~/
111111
- run:
@@ -148,6 +148,7 @@ jobs:
148148
install-firefox: false
149149
install-geckodriver: false
150150
install-chrome: true
151+
chrome-version: "143.0.7499.192" # TEMPORARY pin until WebGL issues with 144 are resolved
151152
- attach_workspace:
152153
at: ~/
153154
- run:

0 commit comments

Comments
 (0)