Skip to content

Commit

Permalink
Test if macos-14 runners work
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Apr 23, 2024
1 parent 62f5d67 commit a241343
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,37 @@ jobs:
MINIFORGE_NAME: "Mambaforge-pypy3"
OS_NAME: "Windows"

- os: macos-latest
- os: macos-14
ARCH: arm64
TARGET_PLATFORM: osx-arm64
MINIFORGE_NAME: "Miniforge3"
OS_NAME: "MacOSX"

- os: macos-latest
- os: macos-14
ARCH: arm64
TARGET_PLATFORM: osx-arm64
MINIFORGE_NAME: "Mambaforge"
OS_NAME: "MacOSX"

- os: macos-latest
- os: macos-14
ARCH: x86_64
TARGET_PLATFORM: osx-64
MINIFORGE_NAME: "Miniforge-pypy3"
OS_NAME: "MacOSX"

- os: macos-latest
- os: macos-14
ARCH: x86_64
TARGET_PLATFORM: osx-64
MINIFORGE_NAME: "Mambaforge-pypy3"
OS_NAME: "MacOSX"

- os: macos-latest
- os: macos-14
ARCH: x86_64
TARGET_PLATFORM: osx-64
MINIFORGE_NAME: "Miniforge3"
OS_NAME: "MacOSX"

- os: macos-latest
- os: macos-14
ARCH: x86_64
TARGET_PLATFORM: osx-64
MINIFORGE_NAME: "Mambaforge"
Expand Down

0 comments on commit a241343

Please sign in to comment.