Skip to content

Commit

Permalink
Add macos to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed May 5, 2022
1 parent 7233cf5 commit b1a7986
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:

jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latex, macos-latest]

This comment has been minimized.

Copy link
@erykoff

erykoff May 5, 2022

Contributor

ubuntu-latex?

This comment has been minimized.

Copy link
@timj

timj May 5, 2022

Author Member

Wow. You are quick off the mark. Indeed. I've been writing a lot of latex recently so clearly my fingers thought they knew.


runs-on: ${{ matrix.osx }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit b1a7986

Please sign in to comment.