Skip to content

Commit 8575ab8

Browse files
committed
Try building on runners that are still available
1 parent a2f4d79 commit 8575ab8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, natty/build]
77
tags: [v*.*.*]
88

99
jobs:
@@ -15,7 +15,7 @@ jobs:
1515
image: ${{ matrix.container-image }}
1616
env:
1717
PYTHON: ${{ matrix.python-version }}
18-
runs-on: [ubuntu-20.04]
18+
runs-on: ubuntu-latest
1919
strategy:
2020
# Finish the other builds even if one fails.
2121
fail-fast: false
@@ -24,6 +24,8 @@ jobs:
2424
include:
2525
- python-version: '2.7'
2626
container-image: python:2.7
27+
- python-version: '3.7'
28+
container-image: python:3.7
2729
steps:
2830
- uses: actions/checkout@v4
2931
with:
@@ -75,7 +77,7 @@ jobs:
7577
runs-on: [ubuntu-latest]
7678
permissions:
7779
id-token: write
78-
if: github.event_name != 'pull_request'
80+
if: false
7981
steps:
8082
- uses: actions/download-artifact@v4
8183

0 commit comments

Comments
 (0)