Skip to content

Commit fdbbcd5

Browse files
committed
chore(ci): update runner images
1 parent 7c566e3 commit fdbbcd5

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
strategy:
2424
matrix:
2525
platform:
26-
- runner: ubuntu-22.04
26+
- runner: ubuntu-latest
2727
target: x86_64
28-
- runner: ubuntu-22.04
28+
- runner: ubuntu-latest
2929
target: x86
30-
- runner: ubuntu-22.04
30+
- runner: ubuntu-latest
3131
target: aarch64
32-
- runner: ubuntu-22.04
32+
- runner: ubuntu-latest
3333
target: armv7
34-
- runner: ubuntu-22.04
34+
- runner: ubuntu-latest
3535
target: s390x
36-
- runner: ubuntu-22.04
36+
- runner: ubuntu-latest
3737
target: ppc64le
3838
steps:
3939
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -74,13 +74,13 @@ jobs:
7474
strategy:
7575
matrix:
7676
platform:
77-
- runner: ubuntu-22.04
77+
- runner: ubuntu-latest
7878
target: x86_64
79-
- runner: ubuntu-22.04
79+
- runner: ubuntu-latest
8080
target: x86
81-
- runner: ubuntu-22.04
81+
- runner: ubuntu-latest
8282
target: aarch64
83-
- runner: ubuntu-22.04
83+
- runner: ubuntu-latest
8484
target: armv7
8585
steps:
8686
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -168,9 +168,9 @@ jobs:
168168
strategy:
169169
matrix:
170170
platform:
171-
- runner: macos-13
171+
- runner: macos-15-intel
172172
target: x86_64
173-
- runner: macos-14
173+
- runner: macos-15
174174
target: aarch64
175175
steps:
176176
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)