Skip to content

Commit

Permalink
CI: Update workflows to fix error during bottle artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Feb 28, 2024
1 parent 70f71ee commit 187f7d3
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 @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
Expand All @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'pull_request'
- 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 187f7d3

Please sign in to comment.