diff options
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index af7dfab..23fa255 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
@@ -48,7 +48,7 @@ jobs: | |||
48 | # Test ASAN with and without ASM enabled. | 48 | # Test ASAN with and without ASM enabled. |
49 | test-asan: | 49 | test-asan: |
50 | name: "ASAN (${{ matrix.asm == 'ON' && 'asm' || 'no-asm' }})" | 50 | name: "ASAN (${{ matrix.asm == 'ON' && 'asm' || 'no-asm' }})" |
51 | runs-on: "ubuntu-latest" | 51 | runs-on: "ubuntu-24.04" |
52 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | 52 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} |
53 | permissions: | 53 | permissions: |
54 | contents: read | 54 | contents: read |