mirror of
https://github.com/TartanLlama/expected.git
synced 2025-09-26 13:00:56 +02:00
Update cmake.yml
This commit is contained in:
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user