Skip to content

Commit c661b21

Browse files
committed
Fix ci and readme for release
1 parent 4b264a0 commit c661b21

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-20.04, macos-11, windows-2019]
14-
sofa_branch: [master]
13+
os: [ubuntu-22.04, macos-12, windows-2022]
14+
sofa_branch: [v23.12]
1515

1616
steps:
1717
- name: (Mac) Workaround for homebrew
@@ -33,11 +33,11 @@ jobs:
3333
3434
- name: Setup SOFA and environment
3535
id: sofa
36-
uses: sofa-framework/sofa-setup-action@v4
36+
uses: sofa-framework/sofa-setup-action@v5
3737
with:
3838
sofa_root: ${{ github.workspace }}/sofa
3939
sofa_version: ${{ matrix.sofa_branch }}
40-
sofa_scope: 'full'
40+
sofa_scope: 'standard'
4141

4242
- name: Checkout source code
4343
uses: actions/checkout@v2
@@ -106,7 +106,7 @@ jobs:
106106
107107
deploy:
108108
name: Deploy artifacts
109-
if: always() && startsWith(github.ref, 'refs/heads/') # we are on a branch (not a PR)
109+
if: always() && startsWith(github.ref, 'refs/heads/main') # we are on a branch (not a PR)
110110
needs: [build-and-test]
111111
runs-on: ubuntu-latest
112112
continue-on-error: true

README.md

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

33
[![Documentation](https://img.shields.io/badge/info-on_website-green.svg)](https://infinytech3d.com/)
44
[![Support](https://img.shields.io/badge/support-on_GitHub_Discussions-blue.svg)](https://github.com/sofa-framework/sofa/discussions)
5-
[![Gitter](https://img.shields.io/badge/chat-on_Gitter-ff69b4.svg)](https://app.gitter.im/#/room/#sofa-framework:gitter.im)
5+
[![Discord](https://img.shields.io/badge/chat-on_Discord-darkred.svg)](https://discord.gg/G63t3a8Ra6)
66

77
## Description
88
This repository gather all open code from InfinyTech3D that could be of any use for the https://www.sofa-framework.org/

0 commit comments

Comments
 (0)