https://github.com/nextstrain/conda-base/blob/02cf82eee26e39b6772c2cdb47b7cca622bd3df0/.github/workflows/ci.yaml#L138 Expanding the above TODO into a GitHub issue. Currently, pathogen CI only runs on `linux-64` – `test-pathogen-repo-ci` uses [`nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0`](https://github.com/nextstrain/.github/blob/v0/.github/workflows/pathogen-repo-ci.yaml) which [runs the build](https://github.com/nextstrain/.github/blob/v0/.github/workflows/pathogen-repo-ci.yaml#L111) on `ubuntu-latest`. This means `osx-64` (and [soon](https://github.com/nextstrain/conda-base/pull/80) `osx-arm64`) is not tested on pathogen repo CI. ## Tasks 1. https://github.com/nextstrain/cli/pull/379 2. https://github.com/nextstrain/.github/issues/103 3. In this repo's `ci.yaml`, specify a list of runners as input to `jobs.test-pathogen-repo-ci`
conda-base/.github/workflows/ci.yaml
Line 138 in 02cf82e
Expanding the above TODO into a GitHub issue.
Currently, pathogen CI only runs on
linux-64–test-pathogen-repo-ciusesnextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0which runs the build onubuntu-latest.This means
osx-64(and soonosx-arm64) is not tested on pathogen repo CI.Tasks
ci.yaml, specify a list of runners as input tojobs.test-pathogen-repo-ci