Skip to content

Commit

Permalink
ci: fix ci (#55)
Browse files Browse the repository at this point in the history
* ci: downgrade ubuntu runner

* ci: revert

* ci: pin render version

* ci: revert

* ci: install chromium manually

* ci: revert

* ci: upgrade chromium

* ci: chrome remove and reinstall

* ci: remove chrome/chromium

* ci: revert and change runner to macos
  • Loading branch information
maehr authored Aug 29, 2024
1 parent 29e792e commit 6b48645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
lint:
name: Lint with Prettier
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Check out repository
Expand All @@ -35,7 +35,7 @@ jobs:
run: npm run check

build-deploy:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Check out repository
Expand Down

0 comments on commit 6b48645

Please sign in to comment.