Skip to content

Commit

Permalink
that didn't work, try windows 2019?
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 14, 2024
1 parent 0e21685 commit 05e762f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
jobs:
bazel:
name: ${{ inputs.name }}
runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }}
runs-on: ${{ inputs.os == 'macos' && 'macos-13' || inputs.os == 'windows' && 'windows-2019' ||format('{0}-latest', inputs.os) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
Expand All @@ -91,10 +91,6 @@ jobs:
rm "$env:ChromeWebDriver" -r -v
rm "$env:EdgeWebDriver" -r -v
rm "$env:GeckoWebDriver" -r -v
- name: Create .bazelrc file
if: inputs.os == 'windows'
run: |
echo "startup --output_user_root=D:/bzl" >> .bazelrc.local
- name: Remove driver directories Non-Windows
if: inputs.os != 'windows'
run: |
Expand Down

0 comments on commit 05e762f

Please sign in to comment.