Skip to content

Commit e937c4c

Browse files
try 22
1 parent 5e5c2fb commit e937c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/early_runners.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
matrix:
4242
config:
43-
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }
44-
- { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu }
43+
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }
44+
- { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu }
4545
- { os: macos-14, target: x86_64-apple-darwin }
4646
- { os: macos-14, target: aarch64-apple-darwin }
4747
- { os: windows-2022, target: x86_64-pc-windows-msvc }

0 commit comments

Comments
 (0)