File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ master ]
66 paths :
7+ - .github/workflows/unit-test.yml
78 - go.mod
89 - ' **/*.go'
910 - Makefile
1314 - ' !**/*.json'
1415 pull_request :
1516 paths :
17+ - .github/workflows/unit-test.yml
1618 - go.mod
1719 - ' **/*.go'
1820 - Makefile
@@ -35,21 +37,21 @@ jobs:
3537 strategy :
3638 fail-fast : false
3739 matrix :
38- os : [ubuntu-22.04, macos-13 , windows-2022]
40+ os : [ubuntu-22.04, macos-15 , windows-2022]
3941 runs-on : ${{ matrix.os }}
4042 steps :
4143 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4244 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
4345 with :
4446 go-version : ${{env.GO_VERSION}}
45- cache : true
47+ cache : true
4648 - name : Download Dependencies
4749 run : go mod download
4850 # needed because pkg/drivers/kvm/domain.go:28:2:
4951 - name : Install libvirt (Linux)
5052 if : runner.os == 'Linux'
5153 run : |
52- sudo apt-get update
54+ sudo apt-get update
5355 sudo apt-get install -y libvirt-dev
5456 - name : Install make (Windows)
5557 if : runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments