We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894bf70 commit b763890Copy full SHA for b763890
1 file changed
.github/workflows/pythonapp.yml
@@ -23,7 +23,7 @@ jobs:
23
include:
24
- os: windows-11-arm
25
python: 3.x
26
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v4.2.2
29
- name: Set up Python ${{ matrix.python }}
0 commit comments