We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9896c5b commit f316cccCopy full SHA for f316ccc
.github/workflows/build.yaml
@@ -5,7 +5,8 @@ on: [push]
5
jobs:
6
build:
7
name: Build
8
- runs-on: ubuntu-24.10
+ runs-on: ubuntu-latest
9
+ container: ubuntu:24.10
10
steps:
11
- uses: actions/checkout@v3
12
- uses: awalsh128/cache-apt-pkgs-action@latest
0 commit comments