We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fd3fa commit a9ca317Copy full SHA for a9ca317
.github/workflows/bundle.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
35
- name: Set up uv
36
- if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
+ if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' }}
37
run: curl -LsSf https://astral.sh/uv/install.sh | sh
38
39
0 commit comments