Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvdijk committed May 20, 2024
1 parent b577fdc commit f42dfff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
on:
push:
branches: [ main ]
branches: [ci-test]
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11]
os: [ubuntu-22.04, ubuntu-24.04, macos-14]
compiler: [gcc, clang]
configure: [--disable-locale, --enable-locale]
runs-on: ${{ matrix.os }}
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Make
run: make
scan:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Install Coverity Scan
run: |
Expand Down

0 comments on commit f42dfff

Please sign in to comment.