Skip to content

Commit

Permalink
CI: updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Apr 3, 2024
1 parent 213df19 commit 2a55f77
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ on:

jobs:
BuildLinux:
runs-on: ubuntu-22.04
env:
platform_version: 22.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main
with:
fetch-depth: 0

Expand Down Expand Up @@ -70,7 +68,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main
with:
fetch-depth: 0

Expand All @@ -90,7 +88,7 @@ jobs:
mv LibreCAD.dmg LibreCAD-`git describe --always`.dmg
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: assets
path: LibreCAD*.dmg
Expand All @@ -100,7 +98,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main
with:
fetch-depth: 0

Expand Down Expand Up @@ -193,7 +191,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main
with:
fetch-depth: 0

Expand Down Expand Up @@ -285,15 +283,15 @@ jobs:
UpdateAssets:
if: github.repository_owner == 'LibreCAD'
needs: [BuildLinux, BuildMacOS, BuildWindows, BuildWindows64]
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@main
with:
fetch-depth: 0

- name: Fetch artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Upload latest pre-release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 2a55f77

Please sign in to comment.