Skip to content

Commit

Permalink
Try windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 20, 2023
1 parent c5c8454 commit d37ae27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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, windows-latest]
emacs-version:
- 29.1

Expand All @@ -44,7 +41,6 @@ jobs:

- name: Install Docker
uses: crazy-max/ghaction-setup-docker@master
if: matrix.os == 'macos-latest'

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

0 comments on commit d37ae27

Please sign in to comment.