We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6be63 commit 1113c99Copy full SHA for 1113c99
.github/workflows/macos.yaml
@@ -14,7 +14,8 @@ jobs:
14
strategy:
15
matrix:
16
include:
17
- - {os: macOS-latest}
+ - {os: macos-latest}
18
+ - {os: macos-13}
19
#- {os: ubuntu-latest}
20
21
runs-on: ${{ matrix.os }}
@@ -24,10 +25,7 @@ jobs:
24
25
uses: actions/checkout@v4
26
27
- name: Setup
- uses: eddelbuettel/github-actions/r-ci-setup@master
28
-
29
- - name: Bootstrap
30
- run: ./run.sh bootstrap
+ uses: eddelbuettel/github-actions/r-ci@master
31
32
- name: Dependencies
33
run: ./run.sh install_deps
0 commit comments