Skip to content

Commit c59185e

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent c317b90 commit c59185e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run_unix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
with:
5050
version: 1.10.2
5151
- name: Install Julia
52-
uses: julia-actions/setup-julia@v1
52+
uses: julia-actions/setup-julia@v2
5353
with:
54-
version: 1.3.1
54+
version: '1'
55+
arch: 'default'
5556
- name: Setup Cmake
5657
uses: jwlawson/actions-setup-cmake@v1.13
5758
with:

0 commit comments

Comments
 (0)