summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2024-12-09 17:31:23 +0100
committerEven Rouault <even.rouault@spatialys.com>2024-12-09 17:31:23 +0100
commit210a8a5690d0da66f02d49420d7176a21ef409dc (patch)
tree7dc8100ec5efa0332aa0109946b3de5e20938803 /.github
parente2cf50f68a51f4bbe09c400d8bcfb522e9f2bef2 (diff)
.github/workflows/build.yml: stay on ubuntu-22.04 for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 64767fe1..f33f1805 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
regular:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
@@ -34,7 +34,7 @@ jobs:
files: build/openjpeg-*.tar.gz
asan:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
@@ -56,7 +56,7 @@ jobs:
OPJ_NONCOMMERCIAL: 1
clang_32bit:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout