Skip to content

Commit 8857147

Browse files
committed
Fixed GHA
1 parent 12838d3 commit 8857147

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/unix_impl.yml renamed to .github/actions/unix_impl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: "Common steps for Linux and OSX"
22
runs:
3+
using: "composite"
34
steps:
45
- name: Checkout code
5-
uses: actions/checkout@v3
6+
uses: actions/checkout@v4
67

78
- name: Set conda environment
89
uses: mamba-org/setup-micromamba@v2

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
sudo update-alternatives --set clang-scan-deps /usr/bin/clang-scan-deps-${{matrix.sys.version}}
5454
5555
- name: Build and run tests
56-
uses: ./.github/workflows/unix_impl.yml
56+
uses: ./.github/actions/unix_impl.yml
5757

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
steps:
2525

2626
- name: Build and run tests
27-
uses: ./.github/workflows/unix_impl.yml
27+
uses: ./.github/actions/unix_impl.yml
2828

0 commit comments

Comments
 (0)