Skip to content

Commit 326c639

Browse files
committed
chore: Change platform version to latest for CI build
1 parent 13cef16 commit 326c639

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
strategy:
6060
matrix:
6161
platform:
62-
- runner: ubuntu-22.04
62+
- runner: ubuntu-latest
6363
target: x86_64
64-
- runner: ubuntu-22.04
64+
- runner: ubuntu-latest
6565
target: x86
66-
- runner: ubuntu-22.04
66+
- runner: ubuntu-latest
6767
target: aarch64
68-
- runner: ubuntu-22.04
68+
- runner: ubuntu-latest
6969
target: armv7
7070
steps:
7171
- uses: actions/checkout@v4
@@ -117,10 +117,10 @@ jobs:
117117
strategy:
118118
matrix:
119119
platform:
120-
- runner: macos-13
121-
target: x86_64
122-
- runner: macos-14
120+
- runner: macos-latest
123121
target: aarch64
122+
- runner: macos-latest
123+
target: x86_64
124124
steps:
125125
- uses: actions/checkout@v4
126126
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)