diff options
Diffstat (limited to '.github/workflows/rust-openssl.yml')
-rw-r--r-- | .github/workflows/rust-openssl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index b707c4b..4ff41c0 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
@@ -13,7 +13,7 @@ concurrency: | |||
13 | jobs: | 13 | jobs: |
14 | test: | 14 | test: |
15 | name: "Test" | 15 | name: "Test" |
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 |