Skip to content

Commit

Permalink
Update build image
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored May 15, 2024
1 parent f884958 commit f1a7bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fabric-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: fabric-build
on: [push, pull_request]
jobs:
fabric-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: openjdk:17-jdk
image: eclipse-temurin:21-jdk
options: --user root
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Release
on: [workflow_dispatch] # Manual trigger
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: openjdk:17-jdk
image: eclipse-temurin:21-jdk
options: --user root
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit f1a7bd7

Please sign in to comment.