Skip to content

Commit a74192e

Browse files
committed
update
1 parent b5152eb commit a74192e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Publish
22
on:
33
push:
44
tags:
@@ -62,7 +62,7 @@ jobs:
6262
if: startsWith(github.repository, 'emo-crab/') && github.actor != 'dependabot[bot]'
6363
strategy:
6464
matrix:
65-
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
65+
os: [ "ubuntu-latest" ]
6666
rust: [ "stable" ]
6767
continue-on-error: ${{ matrix.rust != 'stable' }}
6868
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)