Skip to content

Commit

Permalink
ci: use beta chrome driver
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Feb 25, 2024
1 parent d8af7cc commit 8c83fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lucky Flow CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: "*"

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
chrome-version: beta
if: matrix.os == 'windows-latest'
- uses: crystal-lang/install-crystal@v1
with:
Expand Down

0 comments on commit 8c83fc0

Please # to comment.