Skip to content

Commit

Permalink
ci: Build python bindings on older OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jul 4, 2023
1 parent 8f66169 commit a567d65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
source:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Expand All @@ -33,7 +33,7 @@ jobs:
path: libs/gl-client-py/dist/gl_client-*.tar.gz

linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
path: libs/gl-client-py/dist/

macos:
runs-on: macos-latest
runs-on: macos-11
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:


windows:
runs-on: windows-latest
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a567d65

Please sign in to comment.