Skip to content

Commit

Permalink
github/workflows: Update some builders
Browse files Browse the repository at this point in the history
Update to Fedora 37 & 38.

Update to Alpine Edge.

Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Jul 31, 2023
1 parent 7c5323b commit 2edb946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: alpine
image: alpine:edge

steps:
- name: Install tools/deps
Expand All @@ -101,15 +101,15 @@ jobs:
git config --global --add safe.directory /__w/libmtdac/libmtdac
CFLAGS=-Werror make V=1
# Fedora 34 / glibc 2.33 / gcc 11.2 / clang 12.0
# Fedora 35 / glibc 2.34 / gcc 11.2 / clang 13.0
# Fedora 37 / glibc 2.36 / gcc 12.1 / clang 15
# Fedora 38 / glibc 2.37 / gcc 13.1 / clang 16
fedora:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
os: [ 'fedora:34', 'fedora:35' ]
os: [ 'fedora:37', 'fedora:38' ]
compiler: [ 'gcc', 'clang' ]

container:
Expand Down

0 comments on commit 2edb946

Please sign in to comment.