Update cmake.yml

This commit is contained in:
Sy Brand
2025-07-12 10:30:07 +01:00
committed by GitHub
parent 2aa40964ba
commit 8db4953fbd

View File

@@ -2,13 +2,13 @@ name: CMake
on:
push:
branches: [ "master", "actions" ]
branches: [ "master", "actions", "fix-ci" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
@@ -112,12 +112,6 @@ jobs:
- name: Setup Toolchain
run: |
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ focal main'
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ focal universe'
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ xenial main'
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ xenial universe'
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic main'
sudo apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic universe'
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt update