Merge pull request #21598 from nirs/unit-test-on-macos-15
test: Run unit tests on macos-15pull/21603/head
commit
4905bbc60b
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- .github/workflows/unit-test.yml
|
||||
- go.mod
|
||||
- '**/*.go'
|
||||
- Makefile
|
||||
|
|
@ -13,6 +14,7 @@ on:
|
|||
- '!**/*.json'
|
||||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/unit-test.yml
|
||||
- go.mod
|
||||
- '**/*.go'
|
||||
- Makefile
|
||||
|
|
@ -35,7 +37,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-13, windows-2022]
|
||||
os: [ubuntu-22.04, macos-15, windows-2022]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
|
|
|
|||
Loading…
Reference in New Issue