Skip to content

Commit 229257c

Browse files
committed
e2e: Upgrade workers to macos-12
we were using mac 10 which might explain why our jobs took so long to schedule. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent f13f085 commit 229257c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
e2e:
2323
needs: e2e-image
24-
runs-on: macos-10.15
24+
runs-on: macos-12
2525
timeout-minutes: 80
2626
strategy:
2727
matrix:
@@ -80,7 +80,7 @@ jobs:
8080

8181
secure-e2e:
8282
needs: e2e-image
83-
runs-on: macos-10.15
83+
runs-on: macos-12
8484
timeout-minutes: 80
8585
strategy:
8686
matrix:

0 commit comments

Comments
 (0)