try windows-2019 and macos-14 (ARM)

This commit is contained in:
Roman Fomin 2024-02-22 08:51:02 +07:00
parent d31ce8e2c7
commit 6c0ad23739
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
shell: bash shell: bash
- name: macOS Clang - name: macOS Clang
os: macos-latest os: macos-14
compiler: clang compiler: clang
shell: bash shell: bash

View File

@ -18,7 +18,7 @@ jobs:
build: build:
if: ${{ github.repository == 'fabiangreffrath/woof' }} if: ${{ github.repository == 'fabiangreffrath/woof' }}
name: MSVC ${{ matrix.config.arch }} name: MSVC ${{ matrix.config.arch }}
runs-on: windows-latest runs-on: windows-2019
strategy: strategy:
matrix: matrix: