Skip to content

Commit

Permalink
Change GitHub workflow runner.
Browse files Browse the repository at this point in the history
Runner was set to macos-latest (synonym for macos-14) which currently
has 3CPUs (M1), 7GB RAM and 14GB SSD. The build was timing out after
6 hours. Changing to macos-13 configuration which has 4 CPUs, 14GB RAM
and 14GB SSD.
  • Loading branch information
zivy committed Aug 19, 2024
1 parent d878d9b commit b71d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
R: [ '4.3.1' ]
os: [ 'macos-latest' ]
os: [ 'macos-13' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.R }} ${{ matrix.os }} build
env:
Expand Down

0 comments on commit b71d049

Please sign in to comment.