Skip to content

Commit

Permalink
gha update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jun 18, 2024
1 parent 397e920 commit 9cf8760
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 25 deletions.
33 changes: 9 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,40 +117,30 @@ jobs:
# numpy builds for >=3.10 do no include i686

# OSX py builds
- name: osx 3.6 intel
os: macos-latest
python: "3.6"
piparch: macosx_10_9_intel

- name: osx 3.7 intel
os: macos-latest
python: "3.7"
piparch: macosx_10_9_intel

- name: osx 3.8 intel
os: macos-latest
python: "3.8"
piparch: macosx_10_9_intel
piparch: macosx_10_10_universal2

- name: osx 3.9 intel
os: macos-latest
python: "3.9"
piparch: macosx_10_9_intel
piparch: macosx_10_10_universal2

- name: osx 3.10 intel
os: macos-latest
python: "3.10"
piparch: macosx_10_10_intel
piparch: macosx_10_10_universal2

- name: osx 3.11 intel
os: macos-latest
python: "3.11"
piparch: macosx_10_10_intel
piparch: macosx_10_10_universal2

- name: osx 3.12 intel
os: macos-latest
python: "3.12"
piparch: macosx_10_10_intel
piparch: macosx_10_10_universal2

# Windows py builds

Expand All @@ -159,11 +149,6 @@ jobs:
# python: "2.7"
# piparch: win_amd64

- name: win64 3.5
os: windows-2019
python: "3.5"
piparch: win_amd64

- name: win64 3.6
os: windows-latest
python: "3.6"
Expand Down Expand Up @@ -200,12 +185,12 @@ jobs:
piparch: win_amd64

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup native python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python || '3.7' }}
#architecture: x64
Expand Down Expand Up @@ -284,9 +269,9 @@ jobs:
run: ls dist/*

- name: Save Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: epicscorelibs
name: "epicscorelibs ${{ matrix.name }}"
path: dist/*

- name: Upload wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: EditorConfig-Action
uses: greut/eclint-action@v0

0 comments on commit 9cf8760

Please sign in to comment.