Skip to content

Commit 2968fe1

Browse files
committed
Updated build environment to Ubuntu 26.04 LTS
1 parent aabc46e commit 2968fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
jobs:
88
build:
9-
runs-on: "ubuntu-24.04"
9+
runs-on: "ubuntu-26.04"
1010
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
1111
steps:
1212
- name: "Checkout repository"

0 commit comments

Comments
 (0)