Skip to content

Commit

Permalink
🔀️ Merge branch 'fix-bottle-upload'
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Mar 11, 2024
2 parents 1249ffa + 70c1ecf commit 1e92c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3
with:
name: bottles
path: "*.bottle.*"

0 comments on commit 1e92c8f

Please sign in to comment.