Skip to content

Commit

Permalink
Fix Action build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmucde committed Apr 2, 2022
1 parent f0dea0f commit c555b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
macos: [macos-10.15, macos-11]
xcode: [Xcode_12.4]
xcode: [Xcode_12.5]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
name: Build ${{ matrix.ubuntu }}
strategy:
matrix:
ubuntu: [ubuntu-18.04]
ubuntu: [ubuntu-20.04]
runs-on: ${{ matrix.ubuntu }}
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
xcode: [Xcode_12.2]
xcode: [Xcode_12.5]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Build project
run: scripts/linux/build.sh
- name: Make artifact executable
run: chmod -R +x build/release
run: chmod -R +x build/dist
- name: Archive artifact
run: zip DLT-Linux.zip -r build/release
run: zip DLT-Linux.zip -r build/dist
- name: Upload DLT artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c555b8a

Please sign in to comment.