Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Klokkar ned frå 8-cores igjen, for å få fleire tilgjengelege runners
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Sep 6, 2024
1 parent 239a6ce commit 5b372af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Create Release
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 5b372af

Please sign in to comment.