Skip to content

Commit

Permalink
fix github action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
davissuber committed Sep 20, 2024
1 parent 7390cb6 commit ee0fce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: JDK ${{ matrix.java_version }}
runs-on: macOS-latest
runs-on: macos-13
strategy:
matrix:
java_version: [11]
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
abi: x86
- name: Full check
run: ./gradlew check --stacktrace
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Sample App
path: sample/build/outputs

0 comments on commit ee0fce2

Please sign in to comment.