Skip to content

Commit

Permalink
CI: use buildpkg@v1 (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Sep 5, 2023
1 parent 4768797 commit 9994de5
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 @@ -45,7 +45,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: "Build package"
uses: julia-actions/julia-buildpkg@latest
uses: julia-actions/julia-buildpkg@v1
- name: "limit OpenMP threads"
if: runner.os == 'macOS'
# restrict number of openMP threads on macOS due to oversubscription
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}
- name: "Build package"
uses: julia-actions/julia-buildpkg@latest
uses: julia-actions/julia-buildpkg@v1
- name: "limit OpenMP threads"
if: runner.os == 'macOS'
# restrict number of openMP threads on macOS due to oversubscription
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: '1.9'
- name: Build package
uses: julia-actions/julia-buildpkg@latest
uses: julia-actions/julia-buildpkg@v1
- name: Install dependencies
run: julia --project=. --color=yes -e 'using Oscar; Oscar.doc_init(; path="docs/")'
- name: Build and deploy
Expand Down

0 comments on commit 9994de5

Please sign in to comment.