Skip to content

Commit

Permalink
GA: Fplos kjører ikke med ubuntu 8 cores, men default
Browse files Browse the repository at this point in the history
  • Loading branch information
espenwaaga committed Jan 23, 2025
1 parent cf6ca46 commit 43ef26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Kjører ${{ inputs.test-suite }}-tester mot ${{ github.repository }} ${{ inputs.build-version }}
permissions:
id-token: write
runs-on: ${{ ((github.actor == 'dependabot[bot]' || inputs.test-suite == 'fpkalkulus') && 'ubuntu-latest') || 'ubuntu-latest-8-cores' }}
runs-on: ${{ ((github.actor == 'dependabot[bot]' || inputs.test-suite == 'fpkalkulus' || inputs.test-suite == 'fplos') && 'ubuntu-latest') || 'ubuntu-latest-8-cores' }}
timeout-minutes: 15
outputs:
result: ${{ steps.result.outputs.result }}
Expand Down

0 comments on commit 43ef26d

Please sign in to comment.