Skip to content

Commit cb8cd4d

Browse files
committed
CI: upgrade runners
1 parent ec5a83f commit cb8cd4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout php-bsdiff
1111
uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
28-
runs-on: macos-latest
28+
runs-on: macos-12
2929
steps:
3030
- name: Checkout php-bsdiff
3131
uses: actions/checkout@v2
@@ -50,7 +50,7 @@ jobs:
5050
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
5151
arch: [x64]
5252
ts: [nts, ts]
53-
runs-on: windows-latest
53+
runs-on: windows-2022
5454
steps:
5555
- name: Checkout php-bsdiff
5656
uses: actions/checkout@v2

0 commit comments

Comments
 (0)