Skip to content

Commit

Permalink
replace ubuntu with macos on ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Jan 22, 2024
1 parent f863719 commit ee0ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: make
test:
name: test
runs-on: ubuntu-latest
runs-on: macos-12
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit ee0ad37

Please sign in to comment.