Skip to content

Commit

Permalink
use os, not platform (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Apr 23, 2024
1 parent e5ea995 commit 47f89ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
"include": [
{
"python-version": "3.9",
"platform": "ubuntu-latest"
"os": "ubuntu-latest"
},
{
"python-version": "3.10",
"platform": "ubuntu-latest"
"os": "ubuntu-latest"
},
{
"python-version": "3.11",
"platform": "ubuntu-latest"
"os": "ubuntu-latest"
}
]
}')
Expand Down

0 comments on commit 47f89ee

Please sign in to comment.