We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c131384 commit 2611991Copy full SHA for 2611991
1 file changed
.github/workflows/build.yml
@@ -2,27 +2,15 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main ]
6
- tags: [ 'v*' ]
7
- pull_request:
8
+ branches: [ 'github-workflow' ]
9
10
jobs:
11
build:
12
strategy:
13
matrix:
14
include:
15
- - name: win64
16
- image: windows-2022
17
- cmake-args: -G "Visual Studio 17 2022" -A x64
18
- - name: win32
19
20
- cmake-args: -G "Visual Studio 17 2022" -A Win32
21
- - name: linux64
22
- image: ubuntu-20.04
23
- cmake-args: -G "Unix Makefiles"
24
- name: darwin64
25
- image: macos-12
+ image: macos-13
26
cmake-args: -G "Unix Makefiles" -D CMAKE_OSX_ARCHITECTURES=x86_64
27
runs-on: ${{ matrix.image }}
28
steps:
0 commit comments