Skip to content

Commit

Permalink
YETUS-1234. remove mac-10-15 from yetus homebrew build
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here committed Sep 5, 2023
1 parent fe9384d commit a028ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on: [push] # yamllint disable-line rule:truthy

jobs:
testing-mac-10-15:
runs-on: macos-10.15
runs-on: macos-11
steps:
# This step is necessary because one of our dependencies
# conflicts with the Github image .
Expand All @@ -22,7 +22,7 @@ jobs:
brew install go || true
brew link --overwrite go || true
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: tests
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yetus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src
fetch-depth: 0
Expand Down

0 comments on commit a028ad3

Please sign in to comment.