Skip to content

Commit

Permalink
chore: upgrade more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Dec 16, 2024
1 parent e93f498 commit dbd88c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: "Build devcontainer"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: read
Expand All @@ -35,7 +35,7 @@ jobs:

build_and_publish:
name: "Build and publish devcontainer"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit dbd88c2

Please sign in to comment.