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 29, 2023
1 parent 1e10d2a commit d089977
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 @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: alpine
image: alpine:edge

steps:
- name: Install tools/deps
Expand All @@ -128,15 +128,15 @@ jobs:
- name: make
run: CFLAGS="-I${RUNNER_TEMP}/libmtdac/include -I${RUNNER_TEMP}/libac/src/include -Werror" LDFLAGS="-L${RUNNER_TEMP}/libmtdac/src -L${RUNNER_TEMP}/libac/src" 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 d089977

Please sign in to comment.