diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6f05f6d..f2633aa 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -118,13 +118,9 @@ jobs: doc-build: name: "Building library documentation" if: github.event_name != 'merge_group' - # This is dumb but the schema checker doesn't allow the runner name - # `public-ubuntu-latest-8-cores`. Circumvent this by using a matrix - # strategy. - # [safee 3/27/24] - check github actions to see available runners strategy: matrix: - runner: [ubuntu-latest-8-cores] + runner: [public-ubuntu-latest-8-cores] runs-on: ${{ matrix.runner }} needs: [doc-style] steps: diff --git a/doc/changelog.d/52.fixed.md b/doc/changelog.d/52.fixed.md new file mode 100644 index 0000000..314d481 --- /dev/null +++ b/doc/changelog.d/52.fixed.md @@ -0,0 +1 @@ +fix: change ubuntu-latest-8-cores to public-ubuntu-latest-8-cores \ No newline at end of file