Skip to content

Commit 419d9b2

Browse files
authored
Merge pull request #108 from altendky/os_icons
2 parents c2c596b + 3f6a31c commit 419d9b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os:
28-
- name: Linux
28+
- name: 🐧
2929
runs-on: ubuntu-latest
3030
python_platform: linux
3131
container:
@@ -38,10 +38,10 @@ jobs:
3838
pypy2.7: docker://pypy:2.7-buster
3939
pypy3.6: docker://pypy:3.6-buster
4040
pypy3.7: docker://pypy:3.7-buster
41-
- name: Windows
41+
- name: 🪟
4242
runs-on: windows-latest
4343
python_platform: win32
44-
- name: macOS
44+
- name: 🍎
4545
runs-on: macos-latest
4646
python_platform: darwin
4747
python:
@@ -147,7 +147,7 @@ jobs:
147147
# This avoids the need to update for each new alpha, beta, release candidate,
148148
# and then finally an actual release version. actions/setup-python doesn't
149149
# support this for PyPy presently so we get no help there.
150-
#
150+
#
151151
# CPython -> 3.9.0-alpha - 3.9.X
152152
# PyPy -> pypy-3.7
153153
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python.action), matrix.python.action))[startsWith(matrix.python.action, 'pypy')] }}

0 commit comments

Comments
 (0)