Skip to content

Commit

Permalink
BIF-1578 change MacOS test os to check older go versions with MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrls committed Oct 14, 2024
1 parent 7841107 commit ca5052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
os: [ macos-12, macos-13, macos-14, macos-15, windows-latest, ubuntu-latest ]
go: [ 1.12, 1.13, 1.14 ]
steps:
- name: Checkout the code
Expand Down

0 comments on commit ca5052e

Please sign in to comment.