We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccbfd6 commit b24df95Copy full SHA for b24df95
1 file changed
.github/workflows/build_wheels.yml
@@ -4,7 +4,7 @@ on: workflow_dispatch
4
jobs:
5
# LINUX
6
build-linux:
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- uses: webfactory/ssh-agent@v0.9.0
@@ -33,7 +33,7 @@ jobs:
33
34
# macOS
35
build-macos:
36
- runs-on: macos-13
+ runs-on: macos-latest
37
38
39
0 commit comments