Skip to content

Commit

Permalink
Update main.yml (change runner)
Browse files Browse the repository at this point in the history
Updated runner to windows-latest. This makes the flow significantly slower, but might be a workaround to address issues between Ubuntu and webkit
  • Loading branch information
shayfaber authored Jan 28, 2025
1 parent 1fe789a commit e4e9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-selftest:
runs-on: ubuntu-latest
runs-on: windows-latest

env:
BASE_URL: https://hyva-demo.elgentos.io/
Expand Down

0 comments on commit e4e9298

Please sign in to comment.