Skip to content

Commit 994f3fe

Browse files
committed
Try enabling MacOS Latest (26) to see if it works
1 parent 135c7b2 commit 994f3fe

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

.github/workflows/kubernator.yml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- '3.11'
2828
- '3.10'
2929
- '3.9'
30-
# include:
31-
# - os: macos-13
32-
# python-version: '3.13'
30+
include:
31+
- os: macos-15-intel
32+
python-version: '3.14'
3333
env:
3434
DEPLOY_PYTHONS: "3.13"
3535
DEPLOY_OSES: "Linux"
@@ -61,23 +61,6 @@ jobs:
6161
# brew install hyperkit
6262
# hyperkit -v
6363

64-
- name: Install Docker on MacOS
65-
if: |
66-
runner.os == 'macOS'
67-
68-
shell: bash
69-
run: |
70-
set -x
71-
brew update
72-
brew install docker colima
73-
74-
colima version
75-
colima start --cpu 3 --memory 8 --disk 7
76-
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
77-
78-
while ! docker info > /dev/null 2>&1; do sleep 1 ; done
79-
docker info
80-
8164
- name: Aggressive cleanup
8265
run: |
8366
# Remove Java (JDKs)
@@ -117,6 +100,13 @@ jobs:
117100
docker builder prune -af || true
118101
df -h
119102
103+
- name: Setup Docker on macOS
104+
if: |
105+
runner.os == 'macOS'
106+
107+
id: setup-docker
108+
uses: douglascamata/[email protected]
109+
120110
- name: Should Upload
121111
if: |
122112
github.event_name == 'push' &&

0 commit comments

Comments
 (0)