Skip to content

Commit

Permalink
.github/workflows/build.yml: stay on ubuntu-22.04 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 9, 2024
1 parent e2cf50f commit 210a8a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 210a8a5

Please sign in to comment.