Skip to content

Commit a9daae2

Browse files
committed
update workflow for 9.7.1
1 parent 8ad8f55 commit a9daae2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/base9.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ jobs:
1212
# base9 --------------------------------------------------------------
1313
base9:
1414
name: BASE9
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Git repository
1818
uses: actions/checkout@v3
1919

2020
- name: Build BASE9
2121
run: |
2222
cd ~/
23-
wget https://www.jsoftware.com/download/j9.6/install/j9.6_linux64.tar.gz
24-
tar -xzf j9.6_linux64.tar.gz
23+
wget https://www.jsoftware.com/download/j9.7/install/j9.7_linux64.tar.gz
24+
tar -xzf j9.7_linux64.tar.gz
2525
cd -
2626
echo "UserFolders_j_=: ~. UserFolders_j_,'Main';'`pwd`'" > bld.ijs
2727
echo "load 'project'" >> bld.ijs
2828
echo "load '~Main/save/build.ijs'" >> bld.ijs
2929
echo "exit 0" >> bld.ijs
3030
cat bld.ijs
31-
~/j9.6/bin/jconsole bld.ijs || exit 1
31+
~/j9.7/bin/jconsole bld.ijs || exit 1
3232
mkdir -p release/install/bin
3333
cp config/profile* release/install/bin/.
3434
cd release
@@ -51,7 +51,7 @@ jobs:
5151
name: Run Webhook
5252
# remove the following line to run
5353
# if: ${{ false }}
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-latest
5555
needs: base9
5656
steps:
5757
- name: update server

0 commit comments

Comments
 (0)