Skip to content

Commit

Permalink
Workflow os update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Sep 26, 2024
1 parent 95fd3fa commit a9ca317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Set up uv
Expand Down

0 comments on commit a9ca317

Please sign in to comment.