Skip to content

Commit

Permalink
Bump Fedora release in CI and actions
Browse files Browse the repository at this point in the history
Replace the Fedora 37 build (which is EOL in a matter of days) with new
Fedora 39. Bump the checkout action release.
  • Loading branch information
dfandrich committed Nov 20, 2023
1 parent 41ec757 commit 2337f75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
install_target: install install-po install-desktop-file

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'install deps'
run: sudo apt-get update -y; sudo apt-get install -y --no-install-suggests --no-install-recommends ${{ matrix.build.install }}
- name: 'build'
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
install_target: install install-po install-desktop-file

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'install deps'
run: sudo apt-get update -y; sudo apt-get install -y --no-install-suggests --no-install-recommends ${{ matrix.build.install }}
- name: 'build'
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
target: gpscorrelate

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 'install deps'
run: sudo apt-get update -y; sudo apt-get install -y --no-install-suggests --no-install-recommends ${{ matrix.build.install }}
- name: 'build'
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
install_target: install install-po install-desktop-file

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install deps
run: brew install ${{ matrix.build.install }}
- name: build
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
install_target: install install-po install-desktop-file

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install deps
run: brew install ${{ matrix.build.install }}
- name: build
Expand All @@ -370,9 +370,9 @@ jobs:
- name: install test
run: make prefix= DESTDIR="${PWD}" ${{ matrix.build.install_target }}

build-fedora37:
build-fedora39:
runs-on: ubuntu-latest
container: fedora:37
container: fedora:39
strategy:
fail-fast: false
matrix:
Expand All @@ -386,7 +386,7 @@ jobs:
install_target: install install-po install-desktop-file

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install deps
run: |
dnf install -y --setopt=install_weak_deps=False ${{ matrix.build.install }}
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
install_target: install install-po install-desktop-file

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install deps
run: |
dnf install -y --setopt=install_weak_deps=False ${{ matrix.build.install }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 2337f75

Please sign in to comment.