Skip to content

Commit

Permalink
37/38→39
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 21, 2024
1 parent 041f60b commit b7cbbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- tau1
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: registry.fedoraproject.org/fedora:38
image: registry.fedoraproject.org/fedora:39
options: --cap-add=SYS_ADMIN --privileged

steps:
Expand All @@ -44,7 +44,7 @@ jobs:
with:
name: ${{ matrix.pkg }}
mockConfig: tau-1-${{ matrix.arch }}
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra37.repo
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra39.repo

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b7cbbbc

Please sign in to comment.