Skip to content

Commit

Permalink
chore: disable ubuntu builds (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Aug 27, 2024
1 parent 04f5a38 commit f3c6c50
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 @@ -10,7 +10,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: bottles
path: '*.bottle.*'
path: "*.bottle.*"

0 comments on commit f3c6c50

Please sign in to comment.