Skip to content

Commit a9ca317

Browse files
committed
Workflow os update
1 parent 95fd3fa commit a9ca317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Set up uv
36-
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
36+
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' }}
3737
run: curl -LsSf https://astral.sh/uv/install.sh | sh
3838

3939
- name: Set up uv

0 commit comments

Comments
 (0)