Skip to content

Commit

Permalink
test(docker): Add macOS test (#190)
Browse files Browse the repository at this point in the history
* test(docker): Add macOS test

* correct name

* Use another

* Try windows

* Try switch engine

* fix slash

* fix syntax

* Remove windows test
  • Loading branch information
jcs090218 authored Sep 20, 2023
1 parent 1f1c594 commit b8ed696
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
#- windows-latest # XXX: Docker is not supported on Windows!
os: [ubuntu-latest, macos-latest] # XXX: `windows-latest` is not possible at the moment!

This comment has been minimized.

Copy link
@jcs090218

jcs090218 Sep 20, 2023

Author Member
emacs-version:
- 29.1

Expand All @@ -42,6 +39,9 @@ jobs:

- uses: actions/checkout@v4

- name: Install Docker
uses: crazy-max/ghaction-setup-docker@master

- name: Prepare Eask (Unix)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit b8ed696

Please sign in to comment.