diff --git a/.github/workflows/readme_snippets.yml b/.github/workflows/readme_snippets.yml index 7c7b3e78b..2be56c480 100644 --- a/.github/workflows/readme_snippets.yml +++ b/.github/workflows/readme_snippets.yml @@ -47,7 +47,7 @@ jobs: python -We readme.py - name: artefacts - if: github.ref == 'refs/heads/main' && matrix.platform == 'macos-14' + if: github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' uses: eine/tip@master with: token: ${{ secrets.GITHUB_TOKEN }}