Update github actions checkout to v4, update rust-toolchain for *-apple-darwin to stable

This commit is contained in:
Chinsyo
2024-10-18 17:29:24 +08:00
committed by eycorsican
parent 5b70ec9365
commit 8bc305c342
2 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- x86_64-pc-windows-gnu
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
@@ -73,14 +73,14 @@ jobs:
- x86_64-apple-darwin
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
- name: install rust toolchain
uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
rust-version: stable
- name: install llvm
if: ${{ matrix.os == 'macos-latest' }}
@@ -111,7 +111,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
@@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true
@@ -190,7 +190,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: true