diff options
Diffstat (limited to '.github/workflows/solaris.yml')
-rw-r--r-- | .github/workflows/solaris.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml index f68a2aa..902e488 100644 --- a/.github/workflows/solaris.yml +++ b/.github/workflows/solaris.yml | |||
@@ -13,7 +13,7 @@ concurrency: | |||
13 | jobs: | 13 | jobs: |
14 | test: | 14 | test: |
15 | name: "Solaris" | 15 | name: "Solaris" |
16 | runs-on: ubuntu-latest | 16 | runs-on: ubuntu-24.04 |
17 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | 17 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} |
18 | permissions: | 18 | permissions: |
19 | contents: read | 19 | contents: read |