Skip to content

Commit 95147c0

Browse files
committed
chore: update runners
1 parent e15562f commit 95147c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ on:
88
pull_request:
99
jobs:
1010
test-bot:
11-
strategy:
12-
matrix:
13-
os: [macos-13, macos-14]
14-
runs-on: ${{ matrix.os }}
11+
runs-on: macos-14
1512
steps:
1613
- name: Set up Homebrew
1714
id: set-up-homebrew
@@ -42,5 +39,5 @@ jobs:
4239
if: always() && github.event_name == 'pull_request'
4340
uses: actions/upload-artifact@v4
4441
with:
45-
name: bottles-${{ strategy.job-index }}
42+
name: bottles
4643
path: "*.bottle.*"

0 commit comments

Comments
 (0)