Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Migrate to the new figure-linux-standard action runners #208

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
runs-on: figure-linux-standard
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
java_build:
name: Build and Publish Jar
runs-on: ubuntu-latest
runs-on: figure-linux-standard
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading