Skip to content

Commit 38d8f19

Browse files
committed
Update actions.
1 parent d95542c commit 38d8f19

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build
22

33
on:
44
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
85

96
jobs:
107
build:
@@ -13,11 +10,12 @@ jobs:
1310

1411
strategy:
1512
matrix:
16-
os-type: [windows-latest, macos-latest, ubuntu-latest]
17-
configuration: [Debug, Release, RelWithDebInfo]
13+
os-type: [windows-2022, macos-13, ubuntu-20.04]
14+
configuration: [Debug, Release, RelWithDebInfo]
15+
fail-fast: false
1816

1917
steps:
20-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
2119
- name: Configure
2220
run: cmake -B ${{github.workspace}}/Build -DCMAKE_BUILD_TYPE=${{matrix.configuration}}
2321
- name: Build

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
A visual scripting engine designed for embedding. The engine is written in modern C++ and compiles on several platforms with no external dependencies. Some platform dependent user interface utilities are also provided for Windows and MacOS platforms.
44

5-
[![Build Status](https://ci.appveyor.com/api/projects/status/c0qxxixyhymfxfdf?svg=true)](https://ci.appveyor.com/project/kovacsv/visualscriptengine)
65
[![Build Status](https://github.com/kovacsv/VisualScriptEngine/actions/workflows/build.yml/badge.svg)](https://github.com/kovacsv/VisualScriptEngine/actions/workflows/build.yml)
76

87
## Documentation

0 commit comments

Comments
 (0)