Skip to content

Commit

Permalink
Change the source of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Oct 16, 2023
1 parent c2f98d2 commit 535418d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

build_Linux_x86_64:
name: Build Linux_x86_64
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["ubuntu-22.04"]'
arch: "x86_64"
Expand All @@ -82,7 +82,7 @@ jobs:

build_Windows_AMD64:
name: Build Windows_AMD64
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["windows-latest"]'
arch: "AMD64"
Expand All @@ -91,7 +91,7 @@ jobs:

build_MacOS_x86_64:
name: Build Windows_x86_64
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["macOS-latest"]'
arch: "x86_64"
Expand All @@ -102,7 +102,7 @@ jobs:
# emulated buildings are working
build_Linux_i686:
name: Build Linux_i686
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["ubuntu-22.04"]'
arch: "i686"
Expand All @@ -111,7 +111,7 @@ jobs:

build_Linux_aarch64:
name: Build Linux_aarch64
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["ubuntu-22.04"]'
arch: "aarch64"
Expand All @@ -121,7 +121,7 @@ jobs:

build_Linux_ppc64le:
name: Build Linux_ppc64le
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["ubuntu-22.04"]'
arch: "ppc64le"
Expand All @@ -131,7 +131,7 @@ jobs:

build_Linux_s390x:
name: Build Linux_s390x
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["ubuntu-22.04"]'
arch: "s390x"
Expand All @@ -141,7 +141,7 @@ jobs:

build_MacOS_universal2:
name: Build MacOS_universal2
uses: sanguinariojoe/openexr/.github/workflows/python-wheels-emulated.yml@wheels
uses: AcademySoftwareFoundation/openexr/.github/workflows/python-wheels-emulated.yml@main
with:
os: '["macOS-latest"]'
arch: "universal2"
Expand Down

0 comments on commit 535418d

Please sign in to comment.