Gitweb links: ...log http://git.netsurf-browser.org/netsurf.git/shortlog/a32e1a03e1c91ee9f0aa211937dbae7a96831149 ...commit http://git.netsurf-browser.org/netsurf.git/commit/a32e1a03e1c91ee9f0aa211937dbae7a96831149 ...tree http://git.netsurf-browser.org/netsurf.git/tree/a32e1a03e1c91ee9f0aa211937dbae7a96831149
The branch, master has been updated via a32e1a03e1c91ee9f0aa211937dbae7a96831149 (commit) from 4afb3ea95dd7ad90c8a83f3248c81f2c8ba44f51 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=a32e1a03e1c91ee9f0aa211937dbae7a96831149 commit a32e1a03e1c91ee9f0aa211937dbae7a96831149 Author: Michael Drake <michael.dr...@krakenflex.com> Commit: Michael Drake <mdrake.uni...@gmail.com> ci: github workflow: Bump Ubuntu version Ubuntu 20.04 is not available any more. diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb92cdda1..fa8843807 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: matrix: os: - ubuntu-22.04 - - ubuntu-20.04 + - ubuntu-24.04 compiler: # The NetSurf build system can't find LLVM AR (it looks for it # in /usr/lib instead of /usr/bin: ----------------------------------------------------------------------- Summary of changes: .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb92cdda1..fa8843807 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: matrix: os: - ubuntu-22.04 - - ubuntu-20.04 + - ubuntu-24.04 compiler: # The NetSurf build system can't find LLVM AR (it looks for it # in /usr/lib instead of /usr/bin: -- NetSurf Browser