Skip to content
Prev Previous commit
Next Next commit
revert runner, 4-cores does not exist
  • Loading branch information
krystofwoldrich committed Oct 23, 2024
commit 5add1daa963000c881890d591118010f9129b33e
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
build:
name: Build Job ubuntu-latest - Java 17
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest

steps:
- name: Checkout Repo
Expand Down