Skip to content

Commit

Permalink
Merge pull request #33 from veracode/macos-update
Browse files Browse the repository at this point in the history
Update to macOS 14
  • Loading branch information
bmxav authored Jul 17, 2024
2 parents 5d1eb1c + 2739709 commit 1cf2ffd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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: [macos-12]
os: [macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand All @@ -37,7 +37,9 @@ jobs:

- run: brew test-bot --only-tap-syntax

- run: brew test-bot --only-formulae
- run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/
brew test-bot --only-formulae
if: github.event_name == 'pull_request'
- name: Upload bottles as artifact
Expand Down

0 comments on commit 1cf2ffd

Please sign in to comment.