Skip to content

Commit 1113c99

Browse files
committed
Expand macos matrix to macos-13, simplify via r-ci with bootstrap
1 parent ab6be63 commit 1113c99

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/macos.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- {os: macOS-latest}
17+
- {os: macos-latest}
18+
- {os: macos-13}
1819
#- {os: ubuntu-latest}
1920

2021
runs-on: ${{ matrix.os }}
@@ -24,10 +25,7 @@ jobs:
2425
uses: actions/checkout@v4
2526

2627
- name: Setup
27-
uses: eddelbuettel/github-actions/r-ci-setup@master
28-
29-
- name: Bootstrap
30-
run: ./run.sh bootstrap
28+
uses: eddelbuettel/github-actions/r-ci@master
3129

3230
- name: Dependencies
3331
run: ./run.sh install_deps

0 commit comments

Comments
 (0)