Skip to content

Commit

Permalink
Ignore MacOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Oct 5, 2023
1 parent 7b33d94 commit 532388e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-22.04, windows-latest] # macos-latest,
version: [2022.3.0, 2023.0.1, 2023.1.0]
apt: [false]
# We also spot-check that things work when installing from APT by adding to the matrix: see
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
# include:
# - os: ubuntu-20.04
# version: 2022.3.0
# apt: true
include:
- os: ubuntu-20.04
version: 2022.3.0
apt: true
env:
RUST_LOG: debug
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 532388e

Please sign in to comment.