We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cef16 commit 326c639Copy full SHA for 326c639
1 file changed
.github/workflows/CI.yml
@@ -59,13 +59,13 @@ jobs:
59
strategy:
60
matrix:
61
platform:
62
- - runner: ubuntu-22.04
+ - runner: ubuntu-latest
63
target: x86_64
64
65
target: x86
66
67
target: aarch64
68
69
target: armv7
70
steps:
71
- uses: actions/checkout@v4
@@ -117,10 +117,10 @@ jobs:
117
118
119
120
- - runner: macos-13
121
- target: x86_64
122
- - runner: macos-14
+ - runner: macos-latest
123
+ target: x86_64
124
125
126
- uses: actions/setup-python@v5
0 commit comments