Skip to content

Commit

Permalink
only use mac
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Feb 4, 2024
1 parent a3f748d commit c8d9fbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
matrix:
# os: [ubuntu-22.04, macos-12, macos-13, windows-2022]
# os: [ubuntu-22.04, macos-13, windows-2022]
os: [ubuntu-22.04, windows-2022]
# os: [ubuntu-22.04, windows-2022]
os: [macos-13]
r: [4.1.3, 4.2.3, 4.3.1]

steps:
Expand Down Expand Up @@ -275,7 +276,8 @@ jobs:
strategy:
matrix:
# os: [ubuntu-22.04, windows-2022, macos-13]
os: [ubuntu-22.04, windows-2022]
# os: [ubuntu-22.04, windows-2022]
os: [macos-13]
r: [4.1.3, 4.2.3, 4.3.1]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c8d9fbe

Please sign in to comment.