We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5c41c commit 7e7ff5fCopy full SHA for 7e7ff5f
.github/workflows/build.yml
@@ -21,8 +21,8 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
- - { os: ubuntu-18.04, target: linux, platform: linux-x64 }
25
- - { os: ubuntu-18.04, target: linux, platform: linux-arm64 }
+ - { os: ubuntu-20.04, target: linux, platform: linux-x64 }
+ - { os: ubuntu-20.04, target: linux, platform: linux-arm64 }
26
- { os: macos-11, target: darwin, platform: darwin-x64 }
27
- { os: macos-11, target: darwin, platform: darwin-arm64 }
28
- { os: windows-latest, target: windows, platform: win32-ia32 }
0 commit comments