We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c26fe commit 5488eeeCopy full SHA for 5488eee
.github/workflows/tests.yml
@@ -9,7 +9,6 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-22.04, macos-15]
12
- bottles: [bottles, macos-bottles]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Set up Homebrew
@@ -41,5 +40,5 @@ jobs:
41
40
if: always() && github.event_name == 'pull_request'
42
uses: actions/upload-artifact@main
43
with:
44
- name: ${{ matrix.bottles }}
+ name: ${{ matrix.os == 'ubuntu-22.04' && 'bottles' || 'bottles-macos' }}
45
path: '*.bottle.*'
0 commit comments