Skip to content

Commit 3d5fa7a

Browse files
authored
Bump GH Actions runners as they are deprecated
See actions/runner-images#5583 and actions/runner-images#6002
1 parent 66a0c3b commit 3d5fa7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
name: build (${{ matrix.package_platform }})
2323
strategy:
2424
matrix:
25-
os: [windows-latest, ubuntu-18.04, macos-10.15]
25+
os: [windows-latest, ubuntu-latest, macos-latest]
2626
python_arch: [x64]
2727
include:
2828
- os: windows-latest
2929
package_platform: Windows_32bit
3030
python_arch: x86
3131
- os: windows-latest
3232
package_platform: Windows_64bit
33-
- os: ubuntu-18.04
33+
- os: ubuntu-latest
3434
package_platform: Linux_64bit
3535
archive_util: tar
36-
- os: macos-10.15
36+
- os: macos-latest
3737
package_platform: macOS_64bit
3838
archive_util: gtar # https://github.com/actions/virtual-environments/issues/2619
3939
defaults:

0 commit comments

Comments
 (0)