Skip to content

Commit

Permalink
Try to swtch macos on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 authored Feb 18, 2025
1 parent feea476 commit 9fc7161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
retention-days: 7

build-native-macos:
runs-on: macos-12
runs-on: macos-14
needs: [build-wrappers]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04', 'windows-2022', 'macos-12']
os: [ 'ubuntu-22.04', 'windows-2022', 'macos-14']
java: [ '8', '11', '19']
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04', 'windows-2022', 'macos-12']
os: [ 'ubuntu-22.04', 'windows-2022', 'macos-14']
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -297,7 +297,7 @@ jobs:
cd csharp
./build --target=Run-Unit-Tests
- name: test nix
if: ${{ matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-12' }}
if: ${{ matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-14' }}
run: |
cd csharp
./build.sh --target=Run-Unit-Tests
Expand Down

0 comments on commit 9fc7161

Please sign in to comment.