Skip to content

Commit

Permalink
Better probing cpu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 28, 2024
1 parent f55cb79 commit 49bc0e5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,16 @@ jobs:
# cibw_archs: "x86_64"
- os: macos-13
cibw_archs: "arm64"
- os: macos-14
cibw_archs: "arm64"
#- os: "ubuntu-20.04"
# cibw_archs: "aarch64"
#- os: "ubuntu-20.04"
# cibw_archs: "x86_64"

steps:

- name: Idenitify system
run: |
uname -a
arch
brew list freetype
- run: uname -a
- run: sysctl -n machdep.cpu.brand_string

- uses: actions/checkout@v4

Expand Down

0 comments on commit 49bc0e5

Please sign in to comment.