Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug macos virtual package #880

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions .github/workflows/docs.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/lint-pr.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
on:
pull_request:

name: Check macOS plist

jobs:
build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- { name: "macos-old", target: x86_64-apple-darwin, os: macos-12, skip-tests: false }
steps:
- name: Check plist files
if: matrix.os == 'macos-12'
run: |
cat /System/Library/CoreServices/SystemVersion.plist
- name: check pixi info
uses: prefix-dev/[email protected]
with:
pixi-version: v0.30.0
run-install: false
- name: actually check
run: |
pixi info
SYSTEM_VERSION_COMPAT=1 pixi info

21 changes: 0 additions & 21 deletions .github/workflows/pre-commit.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/python-bindings.yml

This file was deleted.

Loading
Loading