aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/freebsd.yml')
-rw-r--r--.github/workflows/freebsd.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
index 0aa64d8..850dbe2 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -16,7 +16,7 @@ env:
16jobs: 16jobs:
17 autoconf: 17 autoconf:
18 name: "autoconf" 18 name: "autoconf"
19 runs-on: ubuntu-latest 19 runs-on: ubuntu-24.04
20 if: github.repository_owner == 'libressl' || github.event_name != 'schedule' 20 if: github.repository_owner == 'libressl' || github.event_name != 'schedule'
21 permissions: 21 permissions:
22 contents: read 22 contents: read
@@ -43,7 +43,7 @@ jobs:
43 43
44 cmake: 44 cmake:
45 name: "cmake" 45 name: "cmake"
46 runs-on: ubuntu-latest 46 runs-on: ubuntu-24.04
47 if: github.repository_owner == 'libressl' || github.event_name != 'schedule' 47 if: github.repository_owner == 'libressl' || github.event_name != 'schedule'
48 permissions: 48 permissions:
49 contents: read 49 contents: read