diff options
| author | 2021-11-17 11:38:32 +0000 | |
|---|---|---|
| committer | 2021-11-17 11:38:32 +0000 | |
| commit | 0e8a076d39c0fa7101cd724e0e96516b7e01238b (patch) | |
| tree | 5e319d15f43e18ea52e49c585001663b6577a575 /.github/workflows/release.yml | |
| parent | Don't drop none root method mappings that have args/local mappings. (#434) (diff) | |
| download | enigma-0e8a076d39c0fa7101cd724e0e96516b7e01238b.tar.gz enigma-0e8a076d39c0fa7101cd724e0e96516b7e01238b.tar.xz enigma-0e8a076d39c0fa7101cd724e0e96516b7e01238b.zip | |
Update deps & Java 17 (#435)
* Update deps
* Java 17
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ea389b6..48aacde3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -4,7 +4,7 @@ jobs: | |||
| 4 | build: | 4 | build: |
| 5 | runs-on: ubuntu-20.04 | 5 | runs-on: ubuntu-20.04 |
| 6 | container: | 6 | container: |
| 7 | image: openjdk:16-jdk | 7 | image: openjdk:17-jdk |
| 8 | options: --user root | 8 | options: --user root |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v1 | 10 | - uses: actions/checkout@v1 |