Skip to content

Commit 963976d

Browse files
committed
newer compiler
1 parent 6414d13 commit 963976d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
pull_request: {}
33
push:
4-
branches: [rust]
54

65
jobs:
76
ci:
@@ -13,13 +12,13 @@ jobs:
1312
arch: [x86_64, arm64]
1413
toolchain: [gcc, clang, llvm]
1514
config: [debug, release]
16-
rustc: [nightly-2021-01-02]
15+
rustc: [nightly-2021-01-20]
1716
output: [src]
1817
include:
1918
- arch: x86_64
2019
toolchain: llvm
2120
config: release
22-
rustc: nightly-2021-01-02
21+
rustc: nightly-2021-01-20
2322
output: build
2423

2524
steps:

0 commit comments

Comments
 (0)