Skip to content

Commit 409715e

Browse files
committed
Fix github actions linting
1 parent 2564649 commit 409715e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
r: [latest]
1111
# r: [3.5, 3.6, devel]
12-
runs-on: macOS-latest
12+
runs-on: macos-latest
1313
env:
1414
NOT_CRAN: true
1515
R_LANGSVR_LOG: /tmp/languageserver/coverage-log

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
r: [latest]
4545
# r: [3.5, 3.6, devel]
46-
runs-on: macOS-latest
46+
runs-on: macos-latest
4747
env:
4848
NOT_CRAN: true
4949
R_LANGSVR_LOG: /tmp/languageserver/macos-log

0 commit comments

Comments
 (0)