Skip to content

Commit 1bc2621

Browse files
committed
drop win/osx from ci
1 parent dec34e0 commit 1bc2621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
os: [ubuntu-latest, windows-latest, macos-latest]
53+
os: [ubuntu-latest]
5454
compiler:
5555
- name: nim
56-
version: [devel, version-2-0, version-1-6, version-1-4, version-1-2]
56+
version: ['devel', 'version-2-0', 'version-1-6', 'version-1-4', 'version-1-2']
5757
- name: nimskull
5858
version: "*"
5959

@@ -142,7 +142,7 @@ jobs:
142142
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
143143
matrix.compiler.name == 'nim' && matrix.os == 'ubuntu-latest' &&
144144
matrix.compiler.version == 'devel'
145-
uses: crazy-max/ghaction-github-pages@v1
145+
uses: crazy-max/ghaction-github-pages@v4.0.0
146146
with:
147147
build_dir: project/docs
148148
env:

0 commit comments

Comments
 (0)