Skip to content

Commit

Permalink
Add ubuntu and linux back in the mix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Feb 4, 2024
1 parent 36e28a5 commit 1b08c0e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:

strategy:
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: [macos-13]
os: [ubuntu-22.04, macos-13, windows-2022]
r: [4.1.3, 4.2.3, 4.3.1]

steps:
Expand Down Expand Up @@ -280,9 +277,7 @@ jobs:

strategy:
matrix:
# os: [ubuntu-22.04, windows-2022, macos-13]
# os: [ubuntu-22.04, windows-2022]
os: [macos-13]
os: [ubuntu-22.04, windows-2022, macos-13]
r: [4.1.3, 4.2.3, 4.3.1]

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

0 comments on commit 1b08c0e

Please sign in to comment.