Skip to content

Commit 63fdfed

Browse files
committed
ci: change container version
1 parent 110efd5 commit 63fdfed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
build:
1010
name: Python ${{ matrix.python-version }}
11-
runs-on: ubuntu-20.04
11+
# https://stackoverflow.com/questions/70959954/error-waiting-for-a-runner-to-pick-up-this-job-using-github-actions
12+
runs-on: ubuntu-latest
1213

1314
strategy:
1415
matrix:

0 commit comments

Comments
 (0)