Skip to content

Commit

Permalink
Merge pull request #2385 from jburel/gha_update
Browse files Browse the repository at this point in the history
Gha update
  • Loading branch information
jburel authored Dec 15, 2023
2 parents 5bc0dbe + b269106 commit 6f53044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
- cron: '* 0 * * *'
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ICE_HOME: /opt/ice-3.6.5 # location where Ice is installed
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Ice Java and Python binding
uses: ome/action-ice@v1
uses: ome/action-ice@v3
- name: Set up configuration
run: |
git config --global user.email [email protected]
Expand Down

0 comments on commit 6f53044

Please sign in to comment.