Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Nov 12, 2024
1 parent 974ae2d commit cdbda9c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 77 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: 'MacOS 12 - x64 DMG Build'
name: 'MacOS - x64 DMG Build'

# Controls when the action will run.
on:
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: [20]

# The type of runner that the job will run on
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Upload DMG artifact
uses: actions/upload-artifact@v4
with:
name: monerod-gui-darwin12-installer-dmg
name: monerod-gui-darwin-installer-dmg
path: dist/installers/*.dmg

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: 'Ubuntu 22.04 - AppImage Build'
name: 'Linux - AppImage Build'

# Controls when the action will run.
on:
Expand All @@ -22,7 +22,7 @@ jobs:
node-version: [20]

# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Upload AppImage artifact
uses: actions/upload-artifact@v4
with:
name: monerod-gui-ubuntu-22-portable
name: monerod-gui-linux-appimage
path: release/*.AppImage
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: 'RedHat - x86_64 RPM Build'
name: 'Linux - x86_64 RPM Build'

# Controls when the action will run.
on:
Expand All @@ -22,7 +22,7 @@ jobs:
node-version: [20]

# The type of runner that the job will run on
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a basic workflow to help you get started with Actions
name: 'Ubuntu 24.04 - x64 DEB Build'
name: 'Linux - x64 DEB Build'

# Controls when the action will run.
on:
Expand All @@ -22,7 +22,7 @@ jobs:
node-version: [20]

# The type of runner that the job will run on
runs-on: ubuntu-24.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Upload DEB artifact
uses: actions/upload-artifact@v4
with:
name: monerod-gui-ubuntu-24-installer
name: monerod-gui-linux-installer-deb
path: dist/installers/*.deb
63 changes: 0 additions & 63 deletions .github/workflows/ubuntu_22_deb.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ https://github.com/user-attachments/assets/c4a50d2f-5bbb-48ac-9425-30ecc20ada7c
- [X] MacOS
- [X] Import/export `monerod.conf` node configuration
- [X] Synchronization in a specific time slot
- [ ] Installers
- [X] Installers
- [X] Linux
- [X] Windows
- [ ] MacOS
- [X] MacOS
- [ ] Remote node management
- [ ] No CORS connection

Expand Down

0 comments on commit cdbda9c

Please sign in to comment.