Skip to content

Commit

Permalink
Revert firefox install and use macos-13 instead of latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Apr 28, 2024
1 parent 425d223 commit 31ce176
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}

steps:
- name: Setup Firefox
uses: browser-actions/[email protected]

- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
Expand Down

0 comments on commit 31ce176

Please sign in to comment.