Skip to content

Commit 4f700b3

Browse files
Revert "Run on macos (#6)"
This reverts commit 3caf308.
1 parent 3caf308 commit 4f700b3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ on: pull_request
44

55
jobs:
66
build:
7-
runs-on: macos-12
7+
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
1111
with:
1212
fetch-depth: '0'
13+
- name: Install ldid
14+
uses: MOZGIII/install-ldid-action@v1
15+
with:
16+
tag: v2.1.5-procursus6
1317
- name: Build
1418
run: yarn install

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ concurrency: production
99

1010
jobs:
1111
build:
12-
runs-on: macos-12
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616
with:
1717
fetch-depth: '0'
18+
- name: Install ldid
19+
uses: MOZGIII/install-ldid-action@v1
20+
with:
21+
tag: v2.1.5-procursus6
1822
- name: Get next release version (dry run)
1923
id: taggerDryRun
2024
uses: anothrNick/[email protected]

0 commit comments

Comments
 (0)