Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 18, 2023
1 parent 28af5eb commit 9c847a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ci
on: push

jobs:
build-macos:
runs-on: macos-latest
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.1.1",
"name": "git-dotenv",
"description": "A more secure, standalone, cross-platform dotenv - from the creator of dotenv",
"author": "@motdotla",
Expand Down

0 comments on commit 9c847a6

Please sign in to comment.