Skip to content

Commit

Permalink
no tests on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoereth committed Mar 21, 2023
1 parent 79b6bbe commit 862d877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
# - ubuntu-22.04
- macos-12
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@main
with:
name: bottles
path: "*.bottle.*"
path: '*.bottle.*'

0 comments on commit 862d877

Please sign in to comment.