From 428bbd772d2c4effa3ec77fd3e6cf2b4145f7dea Mon Sep 17 00:00:00 2001 From: Alessandro Bortolin Date: Sat, 3 Feb 2024 14:49:40 +0100 Subject: [PATCH] Use macos runner --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1471590..1b09bde 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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: |