Skip to content

Commit

Permalink
Pin the ARM build image to ubuntu-24.04-arm. latest does not seem…
Browse files Browse the repository at this point in the history
… to be available.
  • Loading branch information
mherger committed Jan 20, 2025
1 parent a272139 commit 9412e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildCPAN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
jobs:
buildCPAN:
name: Build Perl CPAN modules
runs-on: ${{ inputs.platform == 'amd64' && 'ubuntu-latest' || 'ubuntu-latest-arm' }}
runs-on: ${{ inputs.platform == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9412e52

Please sign in to comment.