We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5536b2 commit 30b8ad7Copy full SHA for 30b8ad7
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
continue-on-error: true
39
strategy:
40
matrix:
41
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-22.04, macos-14]
42
swift: ["5.9", "5.10", "6.0"]
43
steps:
44
- name: Checkout
@@ -52,11 +52,10 @@ jobs:
52
${{ matrix.os }}-${{ matrix.swift }}-
53
- name: Install runtime for macOS
54
55
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-14'
56
run: |
57
brew install docker-machine docker
58
sudo docker --version
59
- VBoxManage --version
60
sysctl hw.physicalcpu hw.logicalcpu
61
- name: Start minikube
62
uses: medyagh/setup-minikube@latest
0 commit comments