Skip to content

Commit bffaee1

Browse files
authored
Use specific github actions runners (#236)
1 parent 809f1be commit bffaee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- dev
3232
- pkg_meta
3333
os:
34-
- ubuntu-latest
34+
- ubuntu-24.04
3535
suffix:
3636
- ""
3737
include:
3838
- env: "3.13"
39-
os: windows-latest
39+
os: windows-2025
4040
suffix: -windows
4141
- env: "3.13"
42-
os: macos-latest
42+
os: macos-15
4343
suffix: -macos
4444
steps:
4545
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)