Skip to content

Commit

Permalink
Add macOS 14 M1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Mar 15, 2024
1 parent 3726317 commit 973ff7f
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 @@ -17,7 +17,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down Expand Up @@ -47,7 +47,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 973ff7f

Please sign in to comment.