Skip to content

Commit 81d2974

Browse files
authored
Merge pull request #377 from mulkieran/issue_project_805
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42
2 parents ef8dd23 + 96b97d3 commit 81d2974

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ on:
1313
jobs:
1414
docs-checks:
1515
runs-on: ubuntu-latest
16-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
16+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
1717
steps:
1818
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
2121
- name: Install dependencies
2222
run: dnf install -y make lyx 'dnf-command(copr)'
2323
- name: Enable copr repo
24-
run: dnf copr enable atim/zola --assumeyes
24+
run: dnf copr enable pgdev/zola --assumeyes
2525
- name: Install zola
2626
run: dnf install zola --assumeyes
2727
- name: Run test
2828
run: make -f Makefile check
2929

3030
ci-checks:
3131
runs-on: ubuntu-latest
32-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
32+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3333
steps:
3434
- uses: actions/checkout@v5
3535
with:
@@ -41,7 +41,7 @@ jobs:
4141

4242
spelling-checks:
4343
runs-on: ubuntu-latest
44-
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
44+
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
4545
steps:
4646
- name: Install dependencies for Fedora
4747
run: >

0 commit comments

Comments
 (0)