Skip to content

Commit c4eb332

Browse files
authored
CI: Use ubuntu-26-04 (#202)
1 parent b1a14eb commit c4eb332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-libwebrtc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- os: ubuntu-24.04
20+
- os: ubuntu-26.04
2121
artifact: libwebrtc-linux-x64
2222
gn_args: >-
2323
is_debug=false
@@ -105,7 +105,7 @@ jobs:
105105
release:
106106
name: Publish Release
107107
needs: build
108-
runs-on: ubuntu-24.04
108+
runs-on: ubuntu-26.04
109109
permissions:
110110
contents: write
111111

0 commit comments

Comments
 (0)