Skip to content

Commit 30b8ad7

Browse files
committed
Specify ci runner explicitly instead of latest
1 parent d5536b2 commit 30b8ad7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
continue-on-error: true
3939
strategy:
4040
matrix:
41-
os: [ubuntu-latest, macos-latest]
41+
os: [ubuntu-22.04, macos-14]
4242
swift: ["5.9", "5.10", "6.0"]
4343
steps:
4444
- name: Checkout
@@ -52,11 +52,10 @@ jobs:
5252
${{ matrix.os }}-${{ matrix.swift }}-
5353
- name: Install runtime for macOS
5454
continue-on-error: true
55-
if: matrix.os == 'macos-latest'
55+
if: matrix.os == 'macos-14'
5656
run: |
5757
brew install docker-machine docker
5858
sudo docker --version
59-
VBoxManage --version
6059
sysctl hw.physicalcpu hw.logicalcpu
6160
- name: Start minikube
6261
uses: medyagh/setup-minikube@latest

0 commit comments

Comments
 (0)