Skip to content

Commit ed8d961

Browse files
committed
Bump to ubuntu-latest
1 parent 86f47b9 commit ed8d961

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
@@ -40,7 +40,7 @@ jobs:
4040
# {php}-{ts}-{os.name}-{compiler}-{arch}
4141
include:
4242
# Linux
43-
- { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc, ccov: 'ON' }
43+
- { name: ubuntu-gcc, os: ubuntu-latest, compiler: gcc, ccov: 'ON' }
4444
# macOS
4545
- { name: macos-clang, os: macos-10.15, compiler: clang, ccov: 'ON' }
4646
# Windows
@@ -183,7 +183,7 @@ jobs:
183183
184184
pecl:
185185
name: Build PECL package
186-
runs-on: ubuntu-20.04
186+
runs-on: ubuntu-latest
187187

188188
steps:
189189
- uses: actions/checkout@v3
@@ -252,7 +252,7 @@ jobs:
252252

253253
needs: [ builds, pecl ]
254254
name: Create Release
255-
runs-on: ubuntu-20.04
255+
runs-on: ubuntu-latest
256256

257257
steps:
258258
- name: Checkout Code

0 commit comments

Comments
 (0)