Skip to content

Commit 3fd3e36

Browse files
committed
ci: firefox is now included on macos
Closes #705
1 parent 86f5a0c commit 3fd3e36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ jobs:
115115
unzip edgedriver_mac64_m1.zip -d $RUNNER_TEMP/edgedriver
116116
echo "$RUNNER_TEMP/edgedriver" >> $GITHUB_PATH
117117
118-
# No longer pre-installed on macOS github action runners
119-
- name: Install Firefox on macOS
120-
if: ${{ matrix.os == 'macos' && contains(matrix.needs, 'firefox') }}
121-
run: |
122-
brew install --cask firefox
123-
brew install geckodriver
124-
125118
- uses: actions/checkout@v4
126119

127120
- name: Restore Clojure deps from cache

0 commit comments

Comments
 (0)