Skip to content

Commit 6532243

Browse files
committed
Update mac runners.
macos-latest is arm64 architecture and macos-15-intel is the last available intel architecture.
1 parent 6b53d16 commit 6532243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
R: [ '4.3.1', '4.4.1' ]
20-
os: [ 'macos-13', 'ubuntu-latest' ]
20+
os: [ 'macos-15-intel', 'macos-latest', 'ubuntu-latest' ]
2121
runs-on: ${{ matrix.os }}
2222
name: ${{ matrix.R }} ${{ matrix.os }} build
2323
env:

0 commit comments

Comments
 (0)