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 66a0c3b commit 3d5fa7aCopy full SHA for 3d5fa7a
.github/workflows/release.yml
@@ -22,18 +22,18 @@ jobs:
22
name: build (${{ matrix.package_platform }})
23
strategy:
24
matrix:
25
- os: [windows-latest, ubuntu-18.04, macos-10.15]
+ os: [windows-latest, ubuntu-latest, macos-latest]
26
python_arch: [x64]
27
include:
28
- os: windows-latest
29
package_platform: Windows_32bit
30
python_arch: x86
31
32
package_platform: Windows_64bit
33
- - os: ubuntu-18.04
+ - os: ubuntu-latest
34
package_platform: Linux_64bit
35
archive_util: tar
36
- - os: macos-10.15
+ - os: macos-latest
37
package_platform: macOS_64bit
38
archive_util: gtar # https://github.com/actions/virtual-environments/issues/2619
39
defaults:
0 commit comments