Skip to content

Commit

Permalink
CI: Some details on runner from PkgTemplates.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoV committed Dec 16, 2024
1 parent 18eb8eb commit 9448a7b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ on:
- master
jobs:
test:
runs-on: ubuntu-latest
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
contents: read
strategy:
fail-fast: false
matrix:
group:
- Core
Expand All @@ -25,7 +31,7 @@ jobs:
- '1.10'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v2
Expand Down

0 comments on commit 9448a7b

Please sign in to comment.