Skip to content

Commit 1725c3e

Browse files
committed
Update libaec workflow to generate libaec native libraries using v1.1.7
1 parent 284c08a commit 1725c3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/libaec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
{os: windows-2022, c_compiler: cl, lib: 'src\\Release\\aec.dll', jna_id: 'win32-x86-64'},
2929
{os: windows-11-arm, c_compiler: cl, lib: 'src\\Release\\aec.dll', jna_id: 'win32-aarch64'},
3030
{os: macos-14, c_compiler: clang, lib: 'src/libaec.dylib', jna_id: 'darwin-aarch64'},
31-
{os: macos-13, c_compiler: clang, lib: 'src/libaec.dylib', jna_id: 'darwin-x86-64'},
31+
{os: macos-15-intel, c_compiler: clang, lib: 'src/libaec.dylib', jna_id: 'darwin-x86-64'},
3232
]
3333
build_type: [Release]
3434

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
with:
4040
repository: 'MathisRosenhauer/libaec'
41-
ref: 'v1.1.3'
41+
ref: 'v1.1.7'
4242

4343
- name: Set shared values
4444
id: strings
@@ -93,5 +93,5 @@ jobs:
9393
- name: Upload merged artifact
9494
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9595
with:
96-
name: libaec-native-1.1.3-${{ github.sha }}
96+
name: libaec-native-1.1.7-${{ github.sha }}
9797
path: native/

0 commit comments

Comments
 (0)