mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-21 19:03:11 -04:00
try windows-2019 and macos-14 (ARM)
This commit is contained in:
parent
d31ce8e2c7
commit
6c0ad23739
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
|
||||||
|
2
.github/workflows/win_msvc.yml
vendored
2
.github/workflows/win_msvc.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user