Skip to content

Commit

Permalink
Update CI to actions/checkout@v4, and fix CI on macos. (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Sep 24, 2024
1 parent f68f260 commit 7c9be5d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand All @@ -34,7 +34,7 @@ jobs:
rust: beta

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
rust: beta

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
rust: nightly

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
rust: nightly

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -215,8 +215,8 @@ jobs:
- build: macos-latest
os: macos-latest
rust: stable
- build: macos-11
os: macos-11
- build: macos-12
os: macos-12
rust: stable
- build: beta
os: ubuntu-latest
Expand All @@ -234,7 +234,7 @@ jobs:
qemu_target: aarch64-linux-user

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
rust: nightly

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand All @@ -311,7 +311,7 @@ jobs:
rust: stable

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
RUSTFLAGS: --cfg linux_raw
RUSTDOCFLAGS: --cfg linux_raw
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand All @@ -365,7 +365,7 @@ jobs:
rust: 1.63

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand All @@ -381,7 +381,7 @@ jobs:
name: Fuzz Targets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
Expand Down

0 comments on commit 7c9be5d

Please sign in to comment.