Skip to content

Commit

Permalink
Merge branch 'main' into 466
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente authored Aug 29, 2024
2 parents 2ab8c26 + 6b48645 commit 73f9b96
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 73f9b96

Please sign in to comment.