Skip to content

Commit

Permalink
ci: revert and change runner to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr authored Aug 29, 2024
1 parent 784d729 commit 73194d8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 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 Expand Up @@ -79,12 +79,6 @@ jobs:

# See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md

- name: Remove chromium
run: sudo apt-get remove --purge chromium-browser -y && sudo apt-get remove --purge google-chrome-stable -y

- name: Install chromium
uses: browser-actions/setup-chrome@v1

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
Expand Down

0 comments on commit 73194d8

Please sign in to comment.