Skip to content

Commit 72aa544

Browse files
committed
gh: Try macos-15. It's a long shot...
1 parent ec8521d commit 72aa544

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build_docker.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency: docker
1010
jobs:
1111
docker:
1212
name: Build Docker image
13-
runs-on: ubuntu-22.04
13+
runs-on: macos-15
1414
strategy:
1515
matrix:
1616
include:
@@ -24,6 +24,10 @@ jobs:
2424
use_cuda: "ON"
2525
tag_suffix: "-cuda12.8"
2626
steps:
27+
- name: Setup Docker on macOS
28+
id: setup-docker
29+
uses: douglascamata/setup-docker-macos-action@v1.0.1
30+
2731
- name: Extract Docker metadata
2832
id: meta
2933
uses: docker/metadata-action@v5
@@ -37,11 +41,6 @@ jobs:
3741
type=semver,pattern={{major}}.{{minor}}
3842
type=edge
3943
40-
- name: Set up QEMU
41-
uses: docker/setup-qemu-action@v3
42-
with:
43-
platforms: linux/amd64,linux/arm64
44-
4544
- name: Set up Docker Buildx
4645
uses: docker/setup-buildx-action@v3
4746

0 commit comments

Comments
 (0)