We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5c2fb commit e937c4cCopy full SHA for e937c4c
.github/workflows/early_runners.yml
@@ -40,8 +40,8 @@ jobs:
40
strategy:
41
matrix:
42
config:
43
- - { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }
44
- - { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu }
+ - { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }
+ - { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu }
45
- { os: macos-14, target: x86_64-apple-darwin }
46
- { os: macos-14, target: aarch64-apple-darwin }
47
- { os: windows-2022, target: x86_64-pc-windows-msvc }
0 commit comments