Skip to content

Commit

Permalink
Use macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Feb 3, 2024
1 parent 8b6c3bc commit 428bbd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
# ubuntu 22.04 has an old version of asymptote that does not works inside github
# runners, so we are using macos-latest until ubuntu 24.04 is available
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -20,7 +22,7 @@ jobs:
node-version: 18

- name: Install asymptote
run: sudo apt-get install -y asymptote
run: brew install asymptote pdf2svg

- name: Setup package registry
run: |
Expand Down

0 comments on commit 428bbd7

Please sign in to comment.