Use 30 bit ids for atom storage on a 32bit platform #1376
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci auto | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
ci-auto-unix: | |
uses: ./.github/workflows/common.yml | |
with: | |
python-version: "3.7" | |
os: "ubuntu-22.04" | |
cmake-version: "3.24.x" |