Skip to content

Commit

Permalink
build(compile-check.yml): added macos-10.15 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Taanviir committed Jan 18, 2024
1 parent e1458f2 commit 4adc829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on:
- ubuntu-latest
- macos-10.15

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4adc829

Please sign in to comment.