Skip to content

Commit

Permalink
workflow(cpp_ci): switch to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr authored Aug 21, 2024
1 parent fe4f813 commit 2a23fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
run: make
- name: make
run: make
- name: make
Expand Down

0 comments on commit 2a23fc3

Please sign in to comment.