ObjFW  Check-in [89e3d895df]

Overview
Comment:GitHub Actions: Use fedora, not fedora:41

Just fedora should be 40 right now, which has everything we need now.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | 1.1
Files: files | file ages | folders
SHA3-256: 89e3d895df49a2188bc2865f970cfad2cec097e8959860c9bb5daa768312ec16
User & Date: js on 2024-06-09 12:19:11
Other Links: branch diff | manifest | tags
Context
2024-06-09
12:19
GitHub Actions: Use fedora, not fedora:41 Leaf check-in: 89e3d895df user: js tags: 1.1
11:56
GitHub Actions: Use fedora, not fedora:41 check-in: c418c97bdd user: js tags: trunk
2024-05-29
20:14
Fix forwarding-mips-elf.S check-in: 8e44aed06b user: js tags: 1.1
Changes

Modified .github/workflows/fedora-mingw.yml from [9e238dad53] to [b651262de0].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
        include:
          - prefix: mingw32
            triple: i686-w64-mingw32
          - prefix: mingw64
            triple: x86_64-w64-mingw32
          - prefix: ucrt64
            triple: x86_64-w64-mingw32ucrt
    container: fedora:41
    steps:
    - name: Install dependencies
      run: |
        sudo dnf upgrade --refresh -y
        sudo dnf install -y ${{matrix.prefix}}-gcc ${{matrix.prefix}}-openssl clang autoconf automake make wine
    - uses: actions/checkout@v4
    - name: autogen.sh







|







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
        include:
          - prefix: mingw32
            triple: i686-w64-mingw32
          - prefix: mingw64
            triple: x86_64-w64-mingw32
          - prefix: ucrt64
            triple: x86_64-w64-mingw32ucrt
    container: fedora
    steps:
    - name: Install dependencies
      run: |
        sudo dnf upgrade --refresh -y
        sudo dnf install -y ${{matrix.prefix}}-gcc ${{matrix.prefix}}-openssl clang autoconf automake make wine
    - uses: actions/checkout@v4
    - name: autogen.sh