Skip to content

Commit 11a1ff6

Browse files
committed
shorten names further
1 parent 2da63e2 commit 11a1ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ env:
2929
3030
jobs:
3131
acceptance:
32-
runs-on: ${{ matrix.os }}
32+
runs-on: ${{ matrix.os }}-latest
3333
name: ${{ matrix.os }}, Python ${{ matrix.python }}, Node ${{ matrix.nodejs }}
3434
strategy:
3535
# TODO: maybe turn back on
3636
fail-fast: false
3737
matrix:
38-
os: [ubuntu-latest, macos-latest, windows-latest]
38+
os: [ubuntu, macos, windows]
3939
python: [3.6, 3.7, 3.8]
4040
lab: ['>=2.2.0,<3.0.0a0']
4141
include:

0 commit comments

Comments
 (0)