Skip to content

Commit a825bf3

Browse files
committed
ci: remove outdated setup
1 parent 6e8cb75 commit a825bf3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
matrix:
1515
os:
1616
- name: ubuntu-latest
17-
path: ubuntu_x86_64_moon_setup
18-
- name: macos-13
19-
path: mac_intel_moon_setup
2017
- name: macos-latest
21-
path: mac_m1_moon_setup
2218
- name: windows-latest
2319

2420
runs-on: ${{ matrix.os.name }}
@@ -29,12 +25,10 @@ jobs:
2925
- name: install
3026
if: ${{ matrix.os.name != 'windows-latest' }}
3127
run: |
32-
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s -- pre-release
28+
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s
3329
echo "$HOME/.moon/bin" >> $GITHUB_PATH
3430
3531
- name: install on windows
36-
env:
37-
MOONBIT_INSTALL_VERSION: pre-release
3832
if: ${{ matrix.os.name == 'windows-latest' }}
3933
run: |
4034
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.com/install/powershell.ps1 | iex
@@ -75,7 +69,7 @@ jobs:
7569

7670
- name: install
7771
run: |
78-
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s -- pre-release
72+
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s
7973
echo "$HOME/.moon/bin" >> $GITHUB_PATH
8074
8175
- name: moon test

0 commit comments

Comments
 (0)