Skip to content

Commit

Permalink
Revert "Run on macos (#6)"
Browse files Browse the repository at this point in the history
This reverts commit 3caf308.
  • Loading branch information
max-leuthaeuser committed Jan 18, 2023
1 parent 3caf308 commit 4f700b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on: pull_request

jobs:
build:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Install ldid
uses: MOZGIII/install-ldid-action@v1
with:
tag: v2.1.5-procursus6
- name: Build
run: yarn install
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ concurrency: production

jobs:
build:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Install ldid
uses: MOZGIII/install-ldid-action@v1
with:
tag: v2.1.5-procursus6
- name: Get next release version (dry run)
id: taggerDryRun
uses: anothrNick/[email protected]
Expand Down

0 comments on commit 4f700b3

Please sign in to comment.