Skip to content

Commit

Permalink
695 mvn publish switch to new runner (#696)
Browse files Browse the repository at this point in the history
* switched to a new runner in G

* switched to a new runner in G

* switched to a selfhosted runner for linux on Arm build
  • Loading branch information
maxb-io authored and udi-speedb committed Dec 6, 2023
1 parent d63f482 commit 13ffdec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
pre_build:
runs-on: ubu4mvn
runs-on: ubu-mvn-g
env:
VERSION_FILE: speedb/version.h
outputs:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

Build_and_upload:
needs: [pre_build, Mac_i86, Windows, Ubuntu_ARM]
runs-on: ubu4mvn
runs-on: ubu-mvn-g
env:
VERSION_FILE: speedb/version.h
VERSION: ${{needs.pre_build.outputs.out1}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_ubuntu_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuArm64 # a test self hosted runner on a vm with MacOS
runs-on: ubuArm64G
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v3
Expand All @@ -30,4 +30,4 @@ jobs:
if: inputs.verSion != ' '
run: |
aws s3 cp ~/spdb_lib/libspeedbjni-linux-aarch64.so s3://spdb-builder/jar_test/v${{ inputs.verSion }}/libspeedbjni-linux-aarch64.so
mv ~/spdb_lib/libspeedbjni-linux-aarch64.so{,_$(date '+%d_%m_%Y__%H_%M_%S')}
mv ~/spdb_lib/libspeedbjni-linux-aarch64.so{,_$(date '+%d_%m_%Y__%H_%M_%S')}

0 comments on commit 13ffdec

Please sign in to comment.