Skip to content

Commit 53bd6a1

Browse files
authored
Merge pull request actions#160 from mikhailkoliada/add_ubuntu22-04
Add Ubuntu22.04 support
2 parents 1b8db98 + 8fd7008 commit 53bd6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
PLATFORMS:
1515
description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)'
1616
required: true
17-
default: 'ubuntu-18.04,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86'
17+
default: 'ubuntu-18.04,ubuntu-20.04,ubuntu-22.04,macos-10.15,windows-2019_x64,windows-2019_x86'
1818
pull_request:
1919
paths-ignore:
2020
- 'versions-manifest.json'
@@ -38,7 +38,7 @@ jobs:
3838
- name: Generate execution matrix
3939
id: generate-matrix
4040
run: |
41-
$configurations = "${{ github.event.inputs.platforms || 'ubuntu-18.04,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' }}".Split(",").Trim()
41+
$configurations = "${{ github.event.inputs.platforms || 'ubuntu-18.04,ubuntu-20.04,ubuntu-22.04,macos-10.15,windows-2019_x64,windows-2019_x86' }}".Split(",").Trim()
4242
$matrix = @()
4343
4444
foreach ($configuration in $configurations) {

0 commit comments

Comments
 (0)