Skip to content

Commit

Permalink
update outdated action and dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Walter Schweizer <[email protected]>
  • Loading branch information
swwa committed Nov 24, 2024
1 parent cd45061 commit 32ca217
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
cmake --build . --target package
- name: Archive build result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-binary
path: |
build/AudMeS
build/AudMeS-*.deb
MacOS:
runs-on: macos-11
runs-on: macos-12
env:
CC: cc
CXX: c++
Expand All @@ -58,7 +58,7 @@ jobs:
cmake --build . --target package
- name: Archive build result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-binary
path: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
mingw-w64-i686-gcc
mingw-w64-i686-cmake
mingw-w64-i686-make
mingw-w64-i686-wxwidgets3.0-msw
mingw-w64-i686-wxwidgets3.2-msw
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -100,7 +100,7 @@ jobs:
cmake --build .
- name: Archive build result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: win-binary
path: |
Expand Down

0 comments on commit 32ca217

Please sign in to comment.