Skip to content

Commit 5cbc616

Browse files
authored
Merge pull request #64 from waywardmonkeys/update-ci
Update CI: Use current actions, remove unused build step
2 parents 68ceb8d + 018fd74 commit 5cbc616

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ jobs:
2020
toolchain: [1.63.0, stable, beta, nightly]
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Install toolchain
2525
uses: dtolnay/rust-toolchain@master
2626
with:
2727
toolchain: ${{ matrix.toolchain }}
28-
- uses: maxim-lobanov/setup-xcode@v1
29-
if: ${{ matrix.os == 'macos-latest' && matrix.toolchain == '1.48.0' }}
30-
with:
31-
xcode-version: 13
3228
- name: Cargo build
3329
run: cargo build
3430

@@ -41,7 +37,7 @@ jobs:
4137
toolchain: [1.63.0, stable, beta, nightly]
4238
steps:
4339
- name: Checkout repository
44-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4541
- name: Install toolchain and targets
4642
uses: dtolnay/rust-toolchain@master
4743
with:
@@ -57,7 +53,7 @@ jobs:
5753
runs-on: ubuntu-latest
5854
steps:
5955
- name: Checkout repository
60-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
6157
- name: Install toolchain
6258
uses: dtolnay/rust-toolchain@stable
6359
- name: Install faketty

0 commit comments

Comments
 (0)