Skip to content

Commit 507f461

Browse files
committed
remove macOS from github actions
1 parent 383f197 commit 507f461

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build:
1313
name: Build and publish documentation
14-
runs-on: macos-latest
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717

@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Install dependencies
3737
run: |
38-
brew install doxygen
38+
sudo apt-get install doxygen
3939
pip3 install jinja2 Pygments
4040
4141
- name: Build
File renamed without changes.

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: macos-latest
18+
runs-on: ubuntu-latest
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Install format dependencies
4242
run: |
43-
brew install clang-format
43+
sudo apt-get install clang-format
4444
pip3 install cmake_format==0.6.11 pyyaml
4545
4646
- name: configure

0 commit comments

Comments
 (0)