Skip to content

Commit

Permalink
Change runs-on / image in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Jun 28, 2023
1 parent 1ed5a62 commit 1851ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: 'Compile and upload document'
on: [push]
jobs:
build_latex:
runs-on: ghcr.io/icepack/tensor-product-stokes:latest
runs-on: ubuntu-latest
image: ghcr.io/icepack/tensor-product-stokes:latest
steps:
- name: Check out git repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1851ae9

Please sign in to comment.